| Index: mojo/gles2/control_thunks_impl.h
|
| diff --git a/mojo/gles2/control_thunks_impl.h b/mojo/gles2/control_thunks_impl.h
|
| index 0543adfb81a9f1808a8a6280387d18f6cf97c18c..fd9a29496666776f864defc9271a58068c56309c 100644
|
| --- a/mojo/gles2/control_thunks_impl.h
|
| +++ b/mojo/gles2/control_thunks_impl.h
|
| @@ -47,8 +47,7 @@ class ControlThunksImpl {
|
|
|
| void* GetGLES2Interface(MojoGLES2Context context);
|
|
|
| - void SignalSyncPoint(MojoGLES2Context context,
|
| - uint32_t sync_point,
|
| + void SignalSyncPoint(uint32_t sync_point,
|
| MojoGLES2SignalSyncPointCallback callback,
|
| void* closure);
|
|
|
|
|