| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 7db722f61f35a91aa2d19a720bfb4721774fd6c8..f41e02391e67b6f4b6266e47769d71e522bf0c68 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -110,9 +110,7 @@ class CC_EXPORT LayerTreeHost {
|
| void SetLayerTreeHostClientReady();
|
|
|
| // LayerTreeHost interface to Proxy.
|
| - void WillBeginMainFrame() {
|
| - client_->WillBeginMainFrame(source_frame_number_);
|
| - }
|
| + void WillBeginMainFrame();
|
| void DidBeginMainFrame();
|
| void BeginMainFrame(const BeginFrameArgs& args);
|
| void AnimateLayers(base::TimeTicks monotonic_frame_begin_time);
|
|
|