package h0.c; import org.webrtc.SurfaceViewRenderer; /* compiled from: lambda */ public final /* synthetic */ class y implements Runnable { public final /* synthetic */ SurfaceViewRenderer i; public final /* synthetic */ int j; public final /* synthetic */ int k; public /* synthetic */ y(SurfaceViewRenderer surfaceViewRenderer, int i, int i2) { this.i = surfaceViewRenderer; this.j = i; this.k = i2; } @Override // java.lang.Runnable public final void run() { this.i.a(this.j, this.k); } }