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

Unified Diff: mojo/cc/context_provider_mojo.cc

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/cc/context_provider_mojo.cc
diff --git a/mojo/cc/context_provider_mojo.cc b/mojo/cc/context_provider_mojo.cc
index 10254b5468ae5a4feb18a289d3a65dad73d59770..1dd62d8a08bd8c3fda2a9e838ba8afeee7d04b69 100644
--- a/mojo/cc/context_provider_mojo.cc
+++ b/mojo/cc/context_provider_mojo.cc
@@ -19,7 +19,6 @@ bool ContextProviderMojo::BindToCurrentThread() {
context_ = MojoGLES2CreateContext(
command_buffer_handle_.release().value(),
&ContextLostThunk,
- NULL,
this);
return !!context_;
}

Powered by Google App Engine
This is Rietveld 408576698