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 376af18dd4ffbfee6f28a3626ded046eff76208c..f1e1a4606f70a0bedc90c35f5f7db069c1b03bde 100644 |
--- a/content/test/gpu/gpu_tests/pixel_integration_test.py |
+++ b/content/test/gpu/gpu_tests/pixel_integration_test.py |
@@ -115,6 +115,7 @@ class PixelIntegrationTest( |
name = 'Pixel' |
pages = pixel_test_pages.ES2AndES3Pages(name) |
pages += pixel_test_pages.ExperimentalCanvasFeaturesPages(name) |
+ pages += pixel_test_pages.SoftwareOffscreenCanvas2dPages(name) |
if sys.platform.startswith('darwin'): |
# TOOD(kbr): replace this with CopyPagesWithNewBrowserArgsAndPrefix, |
# and removeCopyPagesWithNewBrowserArgsAndSuffix. This renaming |