| Index: mojo/gles2/gles2_support_impl.h
|
| diff --git a/mojo/gles2/gles2_support_impl.h b/mojo/gles2/gles2_support_impl.h
|
| index 3305bf6ed4e1db450212e98c03eea1ed5d98f697..5598a09a15f76d1eda5e4515e5cbff0fc191a3a1 100644
|
| --- a/mojo/gles2/gles2_support_impl.h
|
| +++ b/mojo/gles2/gles2_support_impl.h
|
| @@ -23,13 +23,10 @@ class MOJO_GLES2_IMPL_EXPORT GLES2SupportImpl : public GLES2Support {
|
| virtual MojoGLES2Context CreateContext(
|
| MessagePipeHandle handle,
|
| MojoGLES2ContextLost lost_callback,
|
| - MojoGLES2DrawAnimationFrame animation_callback,
|
| void* closure) OVERRIDE;
|
| virtual void DestroyContext(MojoGLES2Context context) OVERRIDE;
|
| virtual void MakeCurrent(MojoGLES2Context context) OVERRIDE;
|
| virtual void SwapBuffers() OVERRIDE;
|
| - virtual void RequestAnimationFrames(MojoGLES2Context context) OVERRIDE;
|
| - virtual void CancelAnimationFrames(MojoGLES2Context context) OVERRIDE;
|
| virtual void* GetGLES2Interface(MojoGLES2Context context) OVERRIDE;
|
| virtual void* GetContextSupport(MojoGLES2Context context) OVERRIDE;
|
| virtual GLES2Interface* GetGLES2InterfaceForCurrentContext() OVERRIDE;
|
|
|