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