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

Unified Diff: ui/file_manager/gallery/js/image_editor/image_editor.js

Issue 2678723002: Compile several targets in Gallery in gyp v2. (Closed)
Patch Set: Rebased. Created 3 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: ui/file_manager/gallery/js/image_editor/image_editor.js
diff --git a/ui/file_manager/gallery/js/image_editor/image_editor.js b/ui/file_manager/gallery/js/image_editor/image_editor.js
index c1397f18265a9e37e96b78ee9719d089f96e5db8..30da9fe39105bfbc77b7c7407c8661c6e84a9d71 100644
--- a/ui/file_manager/gallery/js/image_editor/image_editor.js
+++ b/ui/file_manager/gallery/js/image_editor/image_editor.js
@@ -182,7 +182,7 @@ ImageEditor.prototype.lockUI = function(on) {
* @param {string} name Action name.
*/
ImageEditor.prototype.recordToolUse = function(name) {
- ImageUtil.metrics.recordEnum(
+ metrics.recordEnum(
ImageUtil.getMetricName('Tool'), name, this.actionNames_);
};

Powered by Google App Engine
This is Rietveld 408576698