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

Unified Diff: ash/mus/bridge/wm_window_mus.h

Issue 2388183002: Makes WmWindowMus restore bounds use property (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | ash/mus/bridge/wm_window_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/wm_window_mus.h
diff --git a/ash/mus/bridge/wm_window_mus.h b/ash/mus/bridge/wm_window_mus.h
index 4f44576ddb6c520beb06d9fef8cb5bef2c1cb1cb..0bd784afac05487335671f6d60358ba934590419 100644
--- a/ash/mus/bridge/wm_window_mus.h
+++ b/ash/mus/bridge/wm_window_mus.h
@@ -285,8 +285,6 @@ class WmWindowMus : public WmWindow, public ui::WindowObserver {
std::unique_ptr<MusLayoutManagerAdapter> layout_manager_adapter_;
- std::unique_ptr<gfx::Rect> restore_bounds_in_screen_;
-
ui::WindowShowState restore_show_state_ = ui::SHOW_STATE_DEFAULT;
bool snap_children_to_pixel_boundary_ = false;
« no previous file with comments | « no previous file | ash/mus/bridge/wm_window_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698