views: Restore window state when showing window
This commit is contained in:
parent
0611f9156f
commit
83024ea509
2 changed files with 13 additions and 1 deletions
|
@ -141,6 +141,9 @@ class NativeWindowViews : public NativeWindow,
|
|||
// in client area we need to substract/add menu bar's height in convertions.
|
||||
gfx::Rect ContentBoundsToWindowBounds(const gfx::Rect& content_bounds);
|
||||
|
||||
// Returns the restore state for the window.
|
||||
ui::WindowShowState GetRestoredState();
|
||||
|
||||
scoped_ptr<views::Widget> window_;
|
||||
views::View* web_view_; // Managed by inspectable_web_contents_.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue