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

Unified Diff: third_party/WebKit/PerformanceTests/Canvas/upload-webgl-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-webgl-to-texture.html
diff --git a/third_party/WebKit/PerformanceTests/Canvas/upload-webgl-to-texture.html b/third_party/WebKit/PerformanceTests/Canvas/upload-webgl-to-texture.html
index 45b9c39aa33444eec734c2cf4221f0921ef5c0a8..07a2cf97d84e3da6e4023c2c9a4883aaa90f21cb 100644
--- a/third_party/WebKit/PerformanceTests/Canvas/upload-webgl-to-texture.html
+++ b/third_party/WebKit/PerformanceTests/Canvas/upload-webgl-to-texture.html
@@ -10,7 +10,7 @@ var sourceCtx = sourceCanvas3D.getContext('webgl');
var destCanvas3D = document.createElement('canvas');
var destCtx = destCanvas3D.getContext('webgl');
if (!sourceCtx || !destCtx)
- 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