Index: cc/trees/layer_tree_host_client.h |
diff --git a/cc/trees/layer_tree_host_client.h b/cc/trees/layer_tree_host_client.h |
index 6869103dd8b541783b878aac4a2ed8851798132d..8fb6d135b5bc94d1425f06fed76c1ca4270d8533 100644 |
--- a/cc/trees/layer_tree_host_client.h |
+++ b/cc/trees/layer_tree_host_client.h |
@@ -19,10 +19,10 @@ class OutputSurface; |
class LayerTreeHostClient { |
public: |
- virtual void WillBeginFrame() = 0; |
+ virtual void WillBeginMainFrame() = 0; |
// Marks finishing compositing-related tasks on the main thread. In threaded |
// mode, this corresponds to DidCommit(). |
- virtual void DidBeginFrame() = 0; |
+ virtual void DidBeginMainFrame() = 0; |
virtual void Animate(double frame_begin_time) = 0; |
virtual void Layout() = 0; |
virtual void ApplyScrollAndScale(gfx::Vector2d scroll_delta, |