| Index: cc/layers/contents_scaling_layer_unittest.cc
|
| diff --git a/cc/layers/contents_scaling_layer_unittest.cc b/cc/layers/contents_scaling_layer_unittest.cc
|
| index 70f66f551542420e5601d90cfd5afe8994841771..8cbd517f893de74cc92ddbd8b5a88e8d7259c757 100644
|
| --- a/cc/layers/contents_scaling_layer_unittest.cc
|
| +++ b/cc/layers/contents_scaling_layer_unittest.cc
|
| @@ -18,7 +18,7 @@ class MockContentsScalingLayer : public ContentsScalingLayer {
|
| MockContentsScalingLayer()
|
| : ContentsScalingLayer() {}
|
|
|
| - virtual void SetNeedsDisplayRect(const gfx::RectF& dirty_rect) OVERRIDE {
|
| + virtual void SetNeedsDisplayRect(const gfx::RectF& dirty_rect) override {
|
| last_needs_display_rect_ = dirty_rect;
|
| ContentsScalingLayer::SetNeedsDisplayRect(dirty_rect);
|
| }
|
|
|