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

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

Issue 1983323002: [DevTools] Properly update resizer in SourcesPanel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « third_party/WebKit/Source/devtools/front_end/ui/InspectorView.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/ui/SplitWidget.js
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/SplitWidget.js b/third_party/WebKit/Source/devtools/front_end/ui/SplitWidget.js
index caac11604d4affc93f10b5cd9aa201c1200e843c..530a41b10e38160ce20a14602a73eb4baaac17f4 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/SplitWidget.js
+++ b/third_party/WebKit/Source/devtools/front_end/ui/SplitWidget.js
@@ -290,6 +290,14 @@ WebInspector.SplitWidget.prototype = {
},
/**
+ * @return {boolean}
+ */
+ isSidebarMinimized: function()
+ {
+ return this._sidebarMinimized;
+ },
+
+ /**
* @param {!WebInspector.Widget} sideToShow
* @param {!WebInspector.Widget} sideToHide
* @param {!Element} shadowToShow
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698