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

Unified Diff: PerformanceTests/Canvas/upload-video-to-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-texture.html
diff --git a/PerformanceTests/Canvas/upload-video-to-texture.html b/PerformanceTests/Canvas/upload-video-to-texture.html
index 94fe3a1c917dfdea31bfafca87adb193d1c857cb..f19b22f36e07c152ac78b3fc4323589c8871916c 100644
--- a/PerformanceTests/Canvas/upload-video-to-texture.html
+++ b/PerformanceTests/Canvas/upload-video-to-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-video-to-sub-texture.html ('k') | PerformanceTests/Canvas/upload-webgl-to-texture.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698