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

Unified Diff: chrome/browser/ui/gtk/browser_window_gtk.h

Issue 137483007: [DevTools] Use special resizing strategy instead of insets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed more comments Created 6 years, 10 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 | « chrome/browser/ui/cocoa/dev_tools_controller.mm ('k') | chrome/browser/ui/gtk/browser_window_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/browser_window_gtk.h
diff --git a/chrome/browser/ui/gtk/browser_window_gtk.h b/chrome/browser/ui/gtk/browser_window_gtk.h
index 6185654430675e738e0ce56edfb89965f4e835e3..73cd4c2639c9a8abfd13a09fc26ae02ea1a4fd51 100644
--- a/chrome/browser/ui/gtk/browser_window_gtk.h
+++ b/chrome/browser/ui/gtk/browser_window_gtk.h
@@ -530,9 +530,9 @@ class BrowserWindowGtk
// or is inspected with undocked version of DevToolsWindow.
DevToolsWindow* devtools_window_;
- // Insets from the sides of devtools_floating_container_ to the sides of
- // contents_container_. Non-zero only if docked devtools is visible.
- gfx::Insets contents_insets_;
+ // Resizing strategy of contents_container_ inside
+ // devtools_floating_container_. Non-empty only if docked devtools is visible.
+ DevToolsContentsResizingStrategy contents_resizing_strategy_;
// Floating container for devtools_container_ and contents_container_.
// Owned by render_area_vbox_.
« no previous file with comments | « chrome/browser/ui/cocoa/dev_tools_controller.mm ('k') | chrome/browser/ui/gtk/browser_window_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698