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

Unified Diff: ui/views/widget/widget.h

Issue 2715983002: aura-mus: Remove dead code. (Closed)
Patch Set: Created 3 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 | « ui/aura/mus/mus_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/widget.h
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
index 505beb1e9e4b3b5d9c4b1fc3091230c61326a26a..2a239c43013a9755decbf4cf3b49086f05333a55 100644
--- a/ui/views/widget/widget.h
+++ b/ui/views/widget/widget.h
@@ -57,7 +57,6 @@ class Layer;
class NativeTheme;
class OSExchangeData;
class ThemeProvider;
-class Window;
} // namespace ui
namespace wm {
@@ -254,8 +253,6 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
// Whether the widget should be maximized or minimized.
ui::WindowShowState show_state;
gfx::NativeView parent;
- // Used only by mus and is necessitated by mus not being a NativeView.
- ui::Window* parent_mus = nullptr;
// Specifies the initial bounds of the Widget. Default is empty, which means
// the NativeWidget may specify a default size. If the parent is specified,
// |bounds| is in the parent's coordinate system. If the parent is not
« no previous file with comments | « ui/aura/mus/mus_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698