Reassign TODO to new bug.

PiperOrigin-RevId: 468672505
This commit is contained in:
Googler 2022-08-19 11:30:19 +00:00 committed by Marc Baechinger
parent d6442f63fa
commit 010ecec89d

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 {