package h0.c; import org.webrtc.EglRenderer; /* compiled from: lambda */ public final /* synthetic */ class e implements Runnable { public final /* synthetic */ EglRenderer i; public final /* synthetic */ Runnable j; public /* synthetic */ e(EglRenderer eglRenderer, Runnable runnable) { this.i = eglRenderer; this.j = runnable; } @Override // java.lang.Runnable public final void run() { this.i.g(this.j); } }