| Index: mojo/gles2/mgl_impl.cc
|
| diff --git a/mojo/gles2/mgl_impl.cc b/mojo/gles2/mgl_impl.cc
|
| index 7cad4699cbe4e14de1e79a10e5d3a1d1d8c109cf..22b74407da355ef4fcb64635cb99e29f2a35ef38 100644
|
| --- a/mojo/gles2/mgl_impl.cc
|
| +++ b/mojo/gles2/mgl_impl.cc
|
| @@ -34,6 +34,10 @@ MGLContext MGLGetCurrentContext() {
|
| return gles2::ControlThunksImpl::Get()->GetCurrentContext();
|
| }
|
|
|
| +void MGLEcho(MGLEchoCallback callback, void* closure) {
|
| + gles2::ControlThunksImpl::Get()->Echo(callback, closure);
|
| +}
|
| +
|
| void MGLSignalSyncPoint(uint32_t sync_point,
|
| MGLSignalSyncPointCallback callback,
|
| void* closure) {
|
|
|