Reassign TODO to new bug.

PiperOrigin-RevId: 468672505
(cherry picked from commit 010ecec89dcaf74d9536f92a5b99152d99816dfa)
This commit is contained in:
Googler 2022-08-19 11:30:19 +00:00 committed by microkatz
parent f9336663b6
commit 5bdb165943

View File

@ -33,7 +33,7 @@ import java.util.List;
* to the input {@link Surface}. * to the input {@link Surface}.
*/ */
public interface FrameProcessor { public interface FrameProcessor {
// TODO(b/238302213): Allow effects to be replaced. // TODO(b/243036513): Allow effects to be replaced.
/** A factory for {@link FrameProcessor} instances. */ /** A factory for {@link FrameProcessor} instances. */
interface Factory { interface Factory {