| Index: cc/layer_tree_host_impl.h
|
| diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h
|
| index 81097e367951f3eb68fa0380cd8797c4deca53c6..c4f33f3b5a5de7e809554088cd3e899c319d9154 100644
|
| --- a/cc/layer_tree_host_impl.h
|
| +++ b/cc/layer_tree_host_impl.h
|
| @@ -120,7 +120,7 @@ public:
|
| // didDrawAllLayers must also be called, regardless of whether drawLayers is
|
| // called between the two.
|
| virtual bool prepareToDraw(FrameData&);
|
| - virtual void drawLayers(FrameData&);
|
| + virtual void drawLayers(FrameData&, base::TimeTicks frameBeginTime);
|
| // Must be called if and only if prepareToDraw was called.
|
| void didDrawAllLayers(const FrameData&);
|
|
|
|
|