Commit 89edfbc1 by hschlueter Committed by microkatz

Clean up FrameProcessor TODOs.

PiperOrigin-RevId: 465044342
(cherry picked from commit c5d1940f)
parent 8b9203a3
......@@ -35,7 +35,7 @@ import java.util.List;
*/
@UnstableApi
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 {
......
......@@ -52,8 +52,6 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
*/
@UnstableApi
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 {
......
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