| Index: cc/resources/content_layer_updater.h
|
| diff --git a/cc/resources/content_layer_updater.h b/cc/resources/content_layer_updater.h
|
| index b11281e76cffaf8ab0b25f35342e5fbe7a10cf53..33d3ee521f060a2161207a9a74ebdf43bffbcf80 100644
|
| --- a/cc/resources/content_layer_updater.h
|
| +++ b/cc/resources/content_layer_updater.h
|
| @@ -22,9 +22,9 @@ class RenderingStatsInstrumentation;
|
| class CC_EXPORT ContentLayerUpdater : public LayerUpdater {
|
| public:
|
| void set_rendering_stats_instrumentation(RenderingStatsInstrumentation* rsi);
|
| - virtual void SetOpaque(bool opaque) OVERRIDE;
|
| - virtual void SetFillsBoundsCompletely(bool fills_bounds) OVERRIDE;
|
| - virtual void SetBackgroundColor(SkColor background_color) OVERRIDE;
|
| + virtual void SetOpaque(bool opaque) override;
|
| + virtual void SetFillsBoundsCompletely(bool fills_bounds) override;
|
| + virtual void SetBackgroundColor(SkColor background_color) override;
|
|
|
| protected:
|
| ContentLayerUpdater(scoped_ptr<LayerPainter> painter,
|
|
|