Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(329)

Unified Diff: content/test/gpu/gpu_tests/pixel_integration_test.py

Issue 2360413002: Implement OffscreenCanvas Unaccelerated 2d commit() on main thread (Closed)
Patch Set: style Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698