Index: cc/trees/single_thread_proxy.cc |
diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc |
index 24e5e2abe8145b411cbd66603055b76298bcb0dc..7be4ca8c9e0b618c975d2d153bea730f08e4c38b 100644 |
--- a/cc/trees/single_thread_proxy.cc |
+++ b/cc/trees/single_thread_proxy.cc |
@@ -550,7 +550,9 @@ void SingleThreadProxy::DidCommitAndDrawFrame() { |
} |
} |
-bool SingleThreadProxy::CommitPendingForTesting() { return false; } |
+bool SingleThreadProxy::MainFrameWillHappenForTesting() { |
+ return false; |
+} |
void SingleThreadProxy::SetNeedsBeginFrame(bool enable) { |
layer_tree_host_impl_->SetNeedsBeginFrame(enable); |