Index: content/test/gpu/gpu_tests/pixel_integration_test.py |
diff --git a/content/test/gpu/gpu_tests/pixel_integration_test.py b/content/test/gpu/gpu_tests/pixel_integration_test.py |
index 17eed5a0264fc0da6efb08b93796f62fcf264062..4633c6c8290ec15369de96c2a3d874b17f07354d 100644 |
--- a/content/test/gpu/gpu_tests/pixel_integration_test.py |
+++ b/content/test/gpu/gpu_tests/pixel_integration_test.py |
@@ -114,6 +114,7 @@ class PixelIntegrationTest( |
cls.SetParsedCommandLineOptions(options) |
name = 'Pixel' |
pages = pixel_test_pages.DefaultPages(name) |
+ pages += pixel_test_pages.GpuRasterizationPages(name) |
pages += pixel_test_pages.ExperimentalCanvasFeaturesPages(name) |
if sys.platform.startswith('darwin'): |
pages += pixel_test_pages.MacSpecificPages(name) |