| Index: mojo/public/gles2/gles2_private.h
|
| diff --git a/mojo/public/gles2/gles2_private.h b/mojo/public/gles2/gles2_private.h
|
| index f0a336d60e606a13c579f04f04582925e15ff32d..0854f6fc55c70a9726f0b0040daaf0b70f0a9f95 100644
|
| --- a/mojo/public/gles2/gles2_private.h
|
| +++ b/mojo/public/gles2/gles2_private.h
|
| @@ -29,13 +29,10 @@ class MOJO_GLES2_EXPORT GLES2Support {
|
| virtual MojoGLES2Context CreateContext(
|
| MessagePipeHandle handle,
|
| MojoGLES2ContextLost lost_callback,
|
| - MojoGLES2DrawAnimationFrame animation_callback,
|
| void* closure) = 0;
|
| virtual void DestroyContext(MojoGLES2Context context) = 0;
|
| virtual void MakeCurrent(MojoGLES2Context context) = 0;
|
| virtual void SwapBuffers() = 0;
|
| - virtual void RequestAnimationFrames(MojoGLES2Context context) = 0;
|
| - virtual void CancelAnimationFrames(MojoGLES2Context context) = 0;
|
| virtual void* GetGLES2Interface(MojoGLES2Context context) = 0;
|
| virtual void* GetContextSupport(MojoGLES2Context context) = 0;
|
| virtual GLES2Interface* GetGLES2InterfaceForCurrentContext() = 0;
|
|
|