| Index: cc/test/pixel_test.h
|
| diff --git a/cc/test/pixel_test.h b/cc/test/pixel_test.h
|
| index 3396099b4fd394061d7412107262f0a5e0621450..838acaf9eaa5f874c0fab5b50910609bd3a18e31 100644
|
| --- a/cc/test/pixel_test.h
|
| +++ b/cc/test/pixel_test.h
|
| @@ -64,7 +64,7 @@ class PixelTest : public testing::Test, RendererClient {
|
| void EnableExternalStencilTest();
|
|
|
| // RendererClient implementation.
|
| - virtual void SetFullRootLayerDamage() override {}
|
| + void SetFullRootLayerDamage() override {}
|
|
|
| private:
|
| void ReadbackResult(base::Closure quit_run_loop,
|
|
|