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 5c1cc1d27b519ad52b8b736b64525da3ceb13c6a..784612f624eaec25d7e24a4dbb989bca21be1245 100644 |
--- a/cc/trees/layer_tree_host_client.h |
+++ b/cc/trees/layer_tree_host_client.h |
@@ -19,7 +19,7 @@ class OutputSurface; |
class LayerTreeHostClient { |
public: |
- virtual void WillBeginMainFrame() = 0; |
+ virtual void WillBeginMainFrame(int frame_id) = 0; |
// Marks finishing compositing-related tasks on the main thread. In threaded |
// mode, this corresponds to DidCommit(). |
virtual void DidBeginMainFrame() = 0; |