Index: cc/trees/layer_tree_host.h |
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
index d6bb16b88c45c1f449a5bcacf75fc2a03ac5043c..9d0cb92e965a4d52ec4af55205915aefc30f5050 100644 |
--- a/cc/trees/layer_tree_host.h |
+++ b/cc/trees/layer_tree_host.h |
@@ -99,8 +99,8 @@ class CC_EXPORT LayerTreeHost : NON_EXPORTED_BASE(public RateLimiterClient) { |
} |
// LayerTreeHost interface to Proxy. |
- void WillBeginFrame() { client_->WillBeginFrame(); } |
- void DidBeginFrame(); |
+ void WillBeginMainFrame() { client_->WillBeginMainFrame(); } |
+ void DidBeginMainFrame(); |
void UpdateClientAnimations(base::TimeTicks monotonic_frame_begin_time); |
void AnimateLayers(base::TimeTicks monotonic_frame_begin_time); |
void DidStopFlinging(); |