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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js

Issue 2565113002: DevTools: update console viewport scroll when prompt is resized (Closed)
Patch Set: Created 4 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: third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js b/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js
index 5ab5013acd9be9e1b75fe07f41c5fcbf29bc829f..19b1049d9d1f1b693a266c46dcdc42efbd38d1df 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js
+++ b/third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js
@@ -73,6 +73,11 @@ UI.TextEditor.prototype = {
clearAutocomplete() {}
};
+/** @enum symbol */
+UI.TextEditor.Events = {
+ EditorResized: Symbol('EditorResized')
+};
+
/**
* @typedef {{
* bracketMatchingSetting: (!Common.Setting|undefined),

Powered by Google App Engine
This is Rietveld 408576698