Index: cc/trees/proxy.h |
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h |
index 6100562f444c51a13ded9ca59bf76e69db1ace17..112c259dc47c04bb6eb3f45f9c517390f885c741 100644 |
--- a/cc/trees/proxy.h |
+++ b/cc/trees/proxy.h |
@@ -101,7 +101,7 @@ class CC_EXPORT Proxy { |
virtual void SetDebugState(const LayerTreeDebugState& debug_state) = 0; |
// Testing hooks |
- virtual bool CommitPendingForTesting() = 0; |
+ virtual bool MainFrameWillHappenForTesting() = 0; |
protected: |
Proxy(scoped_refptr<base::SingleThreadTaskRunner> main_task_runner, |