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

Unified Diff: PerformanceTests/Canvas/upload-video-to-sub-texture.html

Issue 1142603002: Fix blink_perf.canvas failure on chromium.perf (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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: PerformanceTests/Canvas/upload-video-to-sub-texture.html
diff --git a/PerformanceTests/Canvas/upload-video-to-sub-texture.html b/PerformanceTests/Canvas/upload-video-to-sub-texture.html
index 2257aa82d7804b089638d2e24e6665da351e48c6..eb79c7dc4d850016439981a4644ed1c793fa2cf6 100644
--- a/PerformanceTests/Canvas/upload-video-to-sub-texture.html
+++ b/PerformanceTests/Canvas/upload-video-to-sub-texture.html
@@ -7,7 +7,7 @@
<script>
var videoElement = document.getElementById("video");
var canvas3D = document.createElement('canvas');
-var gl = canvas3D.getContext('experimental-webgl');
+var gl = canvas3D.getContext('webgl');
if(!gl)
CanvasRunner.logFatalError("\nWebGL is not supported or enabled on this platform!\n");
« no previous file with comments | « PerformanceTests/Canvas/upload-canvas-2d-to-texture.html ('k') | PerformanceTests/Canvas/upload-video-to-texture.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698