| Index: cc/test/pixel_test.h
|
| diff --git a/cc/test/pixel_test.h b/cc/test/pixel_test.h
|
| index bb4c13dd72a185a2e5e6d87de4ecb552a7bbb988..ca4c5ae4ca49df112ffb49bc884177bd4f837d16 100644
|
| --- a/cc/test/pixel_test.h
|
| +++ b/cc/test/pixel_test.h
|
| @@ -62,6 +62,7 @@ class PixelTest : public testing::Test, RendererClient {
|
|
|
| // RendererClient implementation.
|
| virtual void SetFullRootLayerDamage() OVERRIDE {}
|
| + virtual bool UseTaskGraphRunnerForOnDemandRaster() OVERRIDE;
|
|
|
| private:
|
| void ReadbackResult(base::Closure quit_run_loop,
|
|
|