| Index: cc/layer_tree_host_impl.h
|
| diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h
|
| index 51cb18f13ab29b040f77f3a6538cb1403dc8a782..bc85542a5c71c5c57197b967ebbd86eab842caac 100644
|
| --- a/cc/layer_tree_host_impl.h
|
| +++ b/cc/layer_tree_host_impl.h
|
| @@ -136,7 +136,7 @@ class CC_EXPORT LayerTreeHostImpl : public InputHandlerClient,
|
| // must also be called, regardless of whether DrawLayers is called between the
|
| // two.
|
| virtual bool PrepareToDraw(FrameData* frame);
|
| - virtual void DrawLayers(FrameData* frame);
|
| + virtual void DrawLayers(FrameData* frame, base::TimeTicks frame_begin_time);
|
| // Must be called if and only if PrepareToDraw was called.
|
| void DidDrawAllLayers(const FrameData& frame);
|
|
|
|
|