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

Unified Diff: mojo/public/c/gles2/gles2_types.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/c/gles2/gles2_types.h
diff --git a/mojo/public/c/gles2/gles2_types.h b/mojo/public/c/gles2/gles2_types.h
index dd2a21314cc786f3887d2f11702059b681d0609a..3ecf4db13b217d4bceec4822c64ace8b8bee3287 100644
--- a/mojo/public/c/gles2/gles2_types.h
+++ b/mojo/public/c/gles2/gles2_types.h
@@ -17,7 +17,6 @@ extern "C" {
typedef struct MojoGLES2ContextPrivate* MojoGLES2Context;
typedef void (*MojoGLES2ContextLost)(void* closure);
-typedef void (*MojoGLES2DrawAnimationFrame)(void* closure);
#ifdef __cplusplus
} // extern "C"

Powered by Google App Engine
This is Rietveld 408576698