| Index: cc/test/pixel_test.h
|
| diff --git a/cc/test/pixel_test.h b/cc/test/pixel_test.h
|
| index 94c6fa9a02f0ed7a0b954ea043abaf6a57c20714..17ecffb4a6fa0c7c76752a568481de0410e27072 100644
|
| --- a/cc/test/pixel_test.h
|
| +++ b/cc/test/pixel_test.h
|
| @@ -62,7 +62,7 @@ class PixelTest : public testing::Test, RendererClient {
|
| void EnableExternalStencilTest();
|
|
|
| // RendererClient implementation.
|
| - virtual void SetFullRootLayerDamage() OVERRIDE {}
|
| + virtual void SetFullRootLayerDamage() override {}
|
|
|
| private:
|
| void ReadbackResult(base::Closure quit_run_loop,
|
| @@ -85,7 +85,7 @@ class RendererPixelTest : public PixelTest {
|
| bool ExpandedViewport() const;
|
|
|
| protected:
|
| - virtual void SetUp() OVERRIDE;
|
| + virtual void SetUp() override;
|
| };
|
|
|
| // Wrappers to differentiate renderers where the the output surface and viewport
|
|
|