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

Unified Diff: Source/devtools/front_end/TextEditor.js

Issue 218613013: DevTools: Decouple shortcuts from actions, introduce shortcut contexts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments - take 1 Created 6 years, 8 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: Source/devtools/front_end/TextEditor.js
diff --git a/Source/devtools/front_end/TextEditor.js b/Source/devtools/front_end/TextEditor.js
index 55688a14f956735ea280facd473fd356edbfa8e0..0c30fe9d42664b67e5aa4d79fcd709d4c7c3ce2b 100644
--- a/Source/devtools/front_end/TextEditor.js
+++ b/Source/devtools/front_end/TextEditor.js
@@ -331,6 +331,8 @@ WebInspector.TextEditorDelegate.prototype = {
editorFocused: function() { },
+ editorBlurred: function() { },
+
/**
* @param {!WebInspector.ContextMenu} contextMenu
* @param {number} lineNumber

Powered by Google App Engine
This is Rietveld 408576698