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

Unified Diff: third_party/WebKit/PerformanceTests/Canvas/upload-canvas-2d-to-texture.html

Issue 1644353002: Enable blink_perf.canvas on Android Perf bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add --reduce-security-for-testing Created 4 years, 10 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: third_party/WebKit/PerformanceTests/Canvas/upload-canvas-2d-to-texture.html
diff --git a/third_party/WebKit/PerformanceTests/Canvas/upload-canvas-2d-to-texture.html b/third_party/WebKit/PerformanceTests/Canvas/upload-canvas-2d-to-texture.html
index f7c2d17e52276c9a72942618c3f644265d9a4040..d94ef1d6b3e0f716070f2b4e7ec839c38976e61b 100644
--- a/third_party/WebKit/PerformanceTests/Canvas/upload-canvas-2d-to-texture.html
+++ b/third_party/WebKit/PerformanceTests/Canvas/upload-canvas-2d-to-texture.html
@@ -10,7 +10,7 @@ var ctx2D = canvas2D.getContext("2d");
var canvas3D = document.createElement('canvas');
var gl = canvas3D.getContext('webgl');
if(!gl)
- CanvasRunner.logFatalError("\nWebGL is not supported or enabled on this platform!\n");
+ CanvasRunner.logFatalError("WebGL is not supported or enabled on this platform!");
var tex = null;
function setSize(width, height) {

Powered by Google App Engine
This is Rietveld 408576698