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(); |