Commit 7eb0ce62 by leonwind Committed by Marc Baechinger

Remove TODOs for merging RGB and MatrixTransformation processors.

PiperOrigin-RevId: 476362571
parent ed79f469
......@@ -388,7 +388,6 @@ public final class GlEffectsFrameProcessorPixelTest {
}
@Test
// TODO(b/239757183): Consider moving RgbMatrix composition tests to a new file.
public void drawFrame_grayscaleAndIncreaseRedChannel_producesGrayscaleAndRedImage()
throws Exception {
String testId = "drawFrame_grayscaleAndIncreaseRedChannel";
......
......@@ -169,7 +169,6 @@ public final class GlEffectsFrameProcessor implements FrameProcessor {
* The first is an {@link ExternalTextureProcessor} and the last is a {@link
* FinalMatrixTextureProcessorWrapper}.
*/
// TODO(b/239757183): Squash GlMatrixTransformation and RgbMatrix together.
private static ImmutableList<GlTextureProcessor> getGlTextureProcessorsForGlEffects(
Context context,
List<Effect> effects,
......
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