Skip to content

Commit

Permalink
Remove TODOs for merging RGB and MatrixTransformation processors.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 476362571
  • Loading branch information
leonwind authored and marcbaechinger committed Oct 19, 2022
1 parent 94a88e9 commit af19f82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ public void processData_fullRotationIncreaseBrightnessAndCenterCrop_producesExpe
}

@Test
// TODO(b/239757183): Consider moving RgbMatrix composition tests to a new file.
public void drawFrame_grayscaleAndIncreaseRedChannel_producesGrayscaleAndRedImage()
throws Exception {
String testId = "drawFrame_grayscaleAndIncreaseRedChannel";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ private static GlEffectsFrameProcessor createOpenGlObjectsAndFrameProcessor(
* 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,
Expand Down

0 comments on commit af19f82

Please sign in to comment.