| 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");
|
|
|
|
|