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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/InspectorView.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
Index: third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js b/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js
index 8f0533136042226c3766153b3e1ca9dadc15374b..5d2782129c514dccfe8c2366a65ff4fa17911085 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js
+++ b/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js
@@ -396,6 +396,14 @@ WebInspector.InspectorView.prototype = {
},
/**
+ * @return {boolean}
+ */
+ isDrawerMinimized: function()
+ {
+ return this._drawerSplitWidget.isSidebarMinimized();
+ },
+
+ /**
* @override
* @return {!Element}
*/

Powered by Google App Engine
This is Rietveld 408576698