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

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

Issue 2454153002: mac: Offscreen Canvas sets texture wrap to CLAMP_TO_EDGE explicitly (Closed)
Patch Set: mark rebaseline Created 4 years, 2 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_test_pages.py
diff --git a/content/test/gpu/gpu_tests/pixel_test_pages.py b/content/test/gpu/gpu_tests/pixel_test_pages.py
index 23eec65c133952a0be6ce6be54cdbfdf1a962d6b..cb144d04314ec4367b50520244807cbd33ae71ba 100644
--- a/content/test/gpu/gpu_tests/pixel_test_pages.py
+++ b/content/test/gpu/gpu_tests/pixel_test_pages.py
@@ -212,14 +212,14 @@ def ExperimentalCanvasFeaturesPages(base_name):
'pixel_offscreenCanvas_2d_commit_main.html',
base_name + '_OffscreenCanvasUnaccelerated2DGPUCompositing',
test_rect=[0, 0, 300, 300],
- revision=3,
+ revision=4,
browser_args=browser_args + ['--disable-accelerated-2d-canvas']),
PixelTestPage(
'pixel_offscreenCanvas_2d_commit_worker.html',
base_name + '_OffscreenCanvasUnaccelerated2DGPUCompositingWorker',
test_rect=[0, 0, 300, 300],
- revision=3,
+ revision=4,
browser_args=browser_args + ['--disable-accelerated-2d-canvas']),
PixelTestPage(

Powered by Google App Engine
This is Rietveld 408576698