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