Clean up FrameProcessor TODOs.

PiperOrigin-RevId: 465044342
This commit is contained in:
Googler 2022-08-03 13:53:53 +00:00 committed by Marc Baechinger
parent 707b061838
commit 245326a043
2 changed files with 1 additions and 3 deletions

View File

@ -50,8 +50,6 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
* background thread.
*/
public final class GlEffectsFrameProcessor implements FrameProcessor {
// TODO(b/227625423): Replace factory method with setters once output surface and effects can be
// replaced.
/** A factory for {@link GlEffectsFrameProcessor} instances. */
public static class Factory implements FrameProcessor.Factory {

View File

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