| Index: cc/test/fake_layer_tree_host_impl.h
|
| diff --git a/cc/test/fake_layer_tree_host_impl.h b/cc/test/fake_layer_tree_host_impl.h
|
| index 6d31c51cbfa455742f9167da4647109272d6e09b..558007e4ec68ceef3ab7a0b4b1628fe9a9294948 100644
|
| --- a/cc/test/fake_layer_tree_host_impl.h
|
| +++ b/cc/test/fake_layer_tree_host_impl.h
|
| @@ -26,9 +26,9 @@ class FakeLayerTreeHostImpl : public LayerTreeHostImpl {
|
| DidDrawAllLayers(frame_data);
|
| }
|
|
|
| - virtual void CreatePendingTree() OVERRIDE;
|
| + virtual void CreatePendingTree() override;
|
|
|
| - virtual BeginFrameArgs CurrentBeginFrameArgs() const OVERRIDE;
|
| + virtual BeginFrameArgs CurrentBeginFrameArgs() const override;
|
| void SetCurrentBeginFrameArgs(const BeginFrameArgs& args);
|
| void UpdateNumChildrenAndDrawPropertiesForActiveTree();
|
| static void UpdateNumChildrenAndDrawProperties(LayerTreeImpl* layerTree);
|
|
|