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

Unified Diff: cc/test/test_web_graphics_context_3d.cc

Issue 134623005: Make SingleThreadProxy a SchedulerClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Post task for ScheduledActionBeginOutputSurfaceCreation Created 6 years, 6 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: cc/test/test_web_graphics_context_3d.cc
diff --git a/cc/test/test_web_graphics_context_3d.cc b/cc/test/test_web_graphics_context_3d.cc
index 25517d138df2997c96d112e61bd90025be8363ed..72ce6e86c82c849ba055b8e1037ea13cfc187798 100644
--- a/cc/test/test_web_graphics_context_3d.cc
+++ b/cc/test/test_web_graphics_context_3d.cc
@@ -444,6 +444,7 @@ void TestWebGraphicsContext3D::loseContextCHROMIUM(GLenum current,
if (context_lost_)
return;
context_lost_ = true;
+
if (!context_lost_callback_.is_null())
context_lost_callback_.Run();

Powered by Google App Engine
This is Rietveld 408576698