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

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

Issue 2805173002: Add video pixel tests for DirectComposition layers. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « content/test/gpu/gpu_tests/pixel_expectations.py ('k') | content/test/gpu/gpu_tests/pixel_test_pages.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8690d69d5005494ed91ec7d7363e2d859bfc19a8..85e31be620e73b73329309ec3c3b3d658890cc40 100644
--- a/content/test/gpu/gpu_tests/pixel_integration_test.py
+++ b/content/test/gpu/gpu_tests/pixel_integration_test.py
@@ -122,6 +122,8 @@ class PixelIntegrationTest(
pages += pixel_test_pages.ExperimentalCanvasFeaturesPages(name)
if sys.platform.startswith('darwin'):
pages += pixel_test_pages.MacSpecificPages(name)
+ if sys.platform.startswith('win'):
+ pages += pixel_test_pages.DirectCompositionPages(name)
for p in pages:
yield(p.name, gpu_relative_path + p.url, (p))
« no previous file with comments | « content/test/gpu/gpu_tests/pixel_expectations.py ('k') | content/test/gpu/gpu_tests/pixel_test_pages.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698