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

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

Issue 382143004: Remove repaint callbacks from Viewport. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | ui/file_manager/gallery/js/image_editor/image_editor.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/js/image_editor/image_buffer.js
diff --git a/ui/file_manager/gallery/js/image_editor/image_buffer.js b/ui/file_manager/gallery/js/image_editor/image_buffer.js
index 1d1ac3af3ab232cbd15f67323766b6cf3fc43a39..0526bca1b687ff238c7d01781f54011cdff10c7a 100644
--- a/ui/file_manager/gallery/js/image_editor/image_buffer.js
+++ b/ui/file_manager/gallery/js/image_editor/image_buffer.js
@@ -133,7 +133,7 @@ ImageBuffer.Overlay = function() {};
* TODO(JSDOC).
* @return {number} // TODO(JSDOC).
*/
-ImageBuffer.Overlay.prototype.getZIndex = function() { return 0 };
+ImageBuffer.Overlay.prototype.getZIndex = function() { return 0; };
/**
* TODO(JSDOC).
« no previous file with comments | « no previous file | ui/file_manager/gallery/js/image_editor/image_editor.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698