Commit 245326a0 by Googler Committed by Marc Baechinger

Clean up FrameProcessor TODOs.

PiperOrigin-RevId: 465044342
parent 707b0618
...@@ -50,8 +50,6 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull; ...@@ -50,8 +50,6 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
* background thread. * background thread.
*/ */
public final class GlEffectsFrameProcessor implements FrameProcessor { 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. */ /** A factory for {@link GlEffectsFrameProcessor} instances. */
public static class Factory implements FrameProcessor.Factory { public static class Factory implements FrameProcessor.Factory {
......
...@@ -33,7 +33,7 @@ import java.util.List; ...@@ -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/227625423): Allow effects to be replaced. // TODO(b/238302213): Allow effects to be replaced.
/** A factory for {@link FrameProcessor} instances. */ /** A factory for {@link FrameProcessor} instances. */
interface Factory { interface Factory {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment