Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: mojo/public/gles2/gles2_private.h

Issue 384513003: Remove RequestAnimationFrame from mojo, add delayed tasks to RunLoop (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698