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

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

Issue 792733002: Add type annotations to gallery/js/image_editor/image_view.js. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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_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 6d28f62b6767bc14a5305d9796eb5c19c1f890f9..1539c4b8b2adca267348596dd8ca8e183ef0c01a 100644
--- a/ui/file_manager/gallery/js/image_editor/image_buffer.js
+++ b/ui/file_manager/gallery/js/image_editor/image_buffer.js
@@ -123,7 +123,8 @@ ImageBuffer.DoubleTapAction = {
/**
* ImageBuffer.Overlay is a pluggable extension that modifies the outlook
* and the behavior of the ImageBuffer instance.
- * @class
+ * @constructor
+ * @struct
*/
ImageBuffer.Overlay = function() {};

Powered by Google App Engine
This is Rietveld 408576698