Chromium Code Reviews| Index: cc/layer_tree_host.h |
| diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h |
| index e5719ec353b3c58ef38b74ef17bf70935f1efe16..c666f1afe5f74923425204873ea16cadc73e817a 100644 |
| --- a/cc/layer_tree_host.h |
| +++ b/cc/layer_tree_host.h |
| @@ -118,7 +118,7 @@ public: |
| LayerTreeHostClient* client() { return m_client; } |
| - void composite(); |
| + void composite(base::TimeTicks frameBeginTime); |
| // Only used when compositing on the main thread. |
| void scheduleComposite(); |