Remove redundant interface from FinalMatrixTPWrapper.

PiperOrigin-RevId: 463646211
(cherry picked from commit 77f41d6fd4)
This commit is contained in:
Googler 2022-07-27 19:08:58 +00:00 committed by microkatz
parent e674df7f12
commit 3fa0ce7faf

View file

@ -54,7 +54,7 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
* GlTextureProcessor} instances used by {@link FrameProcessor}.
*/
/* package */ final class FinalMatrixTransformationProcessorWrapper
implements GlTextureProcessor, ExternalTextureProcessor {
implements ExternalTextureProcessor {
private static final String TAG = "FinalProcessorWrapper";