| Index: cc/resources/image_layer_updater.h
|
| diff --git a/cc/resources/image_layer_updater.h b/cc/resources/image_layer_updater.h
|
| index b2235b180312d88960e00b9f08b27f7ddf8adb25..55fdfe5d439f746c70f709250e37ae721f1f9836 100644
|
| --- a/cc/resources/image_layer_updater.h
|
| +++ b/cc/resources/image_layer_updater.h
|
| @@ -24,7 +24,7 @@ class CC_EXPORT ImageLayerUpdater : public LayerUpdater {
|
| virtual void Update(ResourceUpdateQueue* queue,
|
| const gfx::Rect& source_rect,
|
| const gfx::Vector2d& dest_offset,
|
| - bool partial_update) OVERRIDE;
|
| + bool partial_update) override;
|
|
|
| private:
|
| ImageLayerUpdater* updater_;
|
| @@ -35,7 +35,7 @@ class CC_EXPORT ImageLayerUpdater : public LayerUpdater {
|
| static scoped_refptr<ImageLayerUpdater> Create();
|
|
|
| virtual scoped_ptr<LayerUpdater::Resource> CreateResource(
|
| - PrioritizedResourceManager*) OVERRIDE;
|
| + PrioritizedResourceManager*) override;
|
|
|
| void UpdateTexture(ResourceUpdateQueue* queue,
|
| PrioritizedResource* texture,
|
|
|