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

Unified Diff: mojo/examples/pepper_container_app/graphics_3d_resource.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/examples/pepper_container_app/graphics_3d_resource.h
diff --git a/mojo/examples/pepper_container_app/graphics_3d_resource.h b/mojo/examples/pepper_container_app/graphics_3d_resource.h
index e47815178bd2edfe7bc3c525576906a88d7ef6a1..35a57a30dde8c133ec0f74a1a6ec5934bfad7d14 100644
--- a/mojo/examples/pepper_container_app/graphics_3d_resource.h
+++ b/mojo/examples/pepper_container_app/graphics_3d_resource.h
@@ -61,7 +61,6 @@ class Graphics3DResource : public ppapi::Resource,
virtual ~Graphics3DResource();
static void ContextLostThunk(void* closure);
- static void DrawAnimationFrameThunk(void* closure);
void ContextLost();
MojoGLES2Context context_;

Powered by Google App Engine
This is Rietveld 408576698