| 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 9d1fa7737ec0190cb8f64db2aca59332a477ea4f..7af4c874cb7401aed83847351f188d8aecbc8413 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;
|
|
|