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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js

Issue 2551233002: DevTools: show filesystem file by default (Closed)
Patch Set: nit 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js b/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
index 1693e31c5a4725cc1453f05432f579c09e13573b..3b6246fe85a35a572968da906bb5653b9a5c612f 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
+++ b/third_party/WebKit/Source/devtools/front_end/sources/UISourceCodeFrame.js
@@ -258,6 +258,14 @@ Sources.UISourceCodeFrame = class extends SourceFrame.SourceFrame {
this._installMessageAndDecorationListeners();
this._updateStyle();
this._decorateAllTypes();
+ this.onBindingChanged();
+ }
+
+ /**
+ * @protected
+ */
+ onBindingChanged() {
+ // Overriden in subclasses.
}
_updateStyle() {
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698