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

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

Issue 2607373002: Linear filter for texture object in 2d context (Closed)
Patch Set: fix Created 3 years, 11 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 b88272b982eb90984f75319cb0e188288b099617..5de0d842392aa3cf93a2b53527fb1b87ca8eaa4b 100644
--- a/content/test/gpu/gpu_tests/pixel_test_pages.py
+++ b/content/test/gpu/gpu_tests/pixel_test_pages.py
@@ -378,7 +378,7 @@ def ExperimentalCanvasFeaturesPages(base_name):
'pixel_offscreenCanvas_2d_resize_on_worker.html',
base_name + '_OffscreenCanvas2DResizeOnWorker',
test_rect=[0, 0, 200, 200],
- revision=1,
+ revision=2,
browser_args=browser_args),
PixelTestPage(

Powered by Google App Engine
This is Rietveld 408576698