Index: cc/test/pixel_test.cc |
diff --git a/cc/test/pixel_test.cc b/cc/test/pixel_test.cc |
index ae2e9984fdb9c1485015e2b976561aeae9142414..87a461c35e71bb3514816c6dd0396a27c6f821ad 100644 |
--- a/cc/test/pixel_test.cc |
+++ b/cc/test/pixel_test.cc |
@@ -146,6 +146,10 @@ void PixelTest::EnableExternalStencilTest() { |
->set_has_external_stencil_test(true); |
} |
+bool PixelTest::UseTaskGraphRunnerForOnDemandRaster() { |
+ return true; |
+} |
+ |
void PixelTest::SetUpSoftwareRenderer() { |
scoped_ptr<SoftwareOutputDevice> device(new PixelTestSoftwareOutputDevice()); |
output_surface_.reset(new PixelTestOutputSurface(device.Pass())); |