mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove redundant interface from FinalMatrixTPWrapper.
PiperOrigin-RevId: 463646211
(cherry picked from commit b28fb13998)
This commit is contained in:
parent
309fd907b1
commit
49a6511696
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
||||||
* GlTextureProcessor} instances used by {@link FrameProcessor}.
|
* GlTextureProcessor} instances used by {@link FrameProcessor}.
|
||||||
*/
|
*/
|
||||||
/* package */ final class FinalMatrixTransformationProcessorWrapper
|
/* package */ final class FinalMatrixTransformationProcessorWrapper
|
||||||
implements GlTextureProcessor, ExternalTextureProcessor {
|
implements ExternalTextureProcessor {
|
||||||
|
|
||||||
private static final String TAG = "FinalProcessorWrapper";
|
private static final String TAG = "FinalProcessorWrapper";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue