Index: ui/gfx/compositor/compositor_test_support.h |
=================================================================== |
--- ui/gfx/compositor/compositor_test_support.h (revision 107563) |
+++ ui/gfx/compositor/compositor_test_support.h (working copy) |
@@ -14,6 +14,9 @@ |
// but skip the typical initialization of browser_main.cc. |
static void Initialize(); |
static void Terminate(); |
+ |
+ // Called by tests that want to use a mocked compositor. |
+ static void SetupMockCompositor(); |
}; |
} // namespace ui |