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

Unified Diff: chrome/test/data/third_party/kraken/tests/kraken-1.1/imaging-darkroom.js

Issue 11348021: Automate Kraken benchmark with Chrome Remote Control. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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: chrome/test/data/third_party/kraken/tests/kraken-1.1/imaging-darkroom.js
diff --git a/chrome/test/data/third_party/kraken/tests/kraken-1.1/imaging-darkroom.js b/chrome/test/data/third_party/kraken/tests/kraken-1.1/imaging-darkroom.js
deleted file mode 100644
index 0d7d44483c6dfe01fbd86a18aaaefc9e79225bdf..0000000000000000000000000000000000000000
--- a/chrome/test/data/third_party/kraken/tests/kraken-1.1/imaging-darkroom.js
+++ /dev/null
@@ -1,5 +0,0 @@
-var width = 400, height = 267;
-for (var index = 0; index < paramArray.length; index++) {
- var data = squidImageData;
- data = ProcessImageData(data, width, height, paramArray[index]);
-}

Powered by Google App Engine
This is Rietveld 408576698