Index: ui/views/mus/native_widget_mus.h |
diff --git a/ui/views/mus/native_widget_mus.h b/ui/views/mus/native_widget_mus.h |
index 57cb55c2c6884c2cf0edf8a5c9816604154017b8..caf889cc32059be756ff0da137ecf387ef388aec 100644 |
--- a/ui/views/mus/native_widget_mus.h |
+++ b/ui/views/mus/native_widget_mus.h |
@@ -23,7 +23,6 @@ |
namespace aura { |
namespace client { |
class DefaultCaptureClient; |
-class ScreenPositionClient; |
class WindowTreeClient; |
} |
class Window; |
@@ -74,8 +73,6 @@ |
static void NotifyFrameChanged(mus::WindowTreeConnection* connection); |
mus::Window* window() { return window_; } |
- |
- aura::Window* GetRootWindow(); |
void OnPlatformWindowClosed(); |
void OnActivationChanged(bool active); |
@@ -203,6 +200,8 @@ |
private: |
mus::Window* window_; |
+ mojo::Shell* shell_; |
+ |
internal::NativeWidgetDelegate* native_widget_delegate_; |
const mus::mojom::SurfaceType surface_type_; |
@@ -218,7 +217,6 @@ |
scoped_ptr<wm::FocusController> focus_client_; |
scoped_ptr<aura::client::DefaultCaptureClient> capture_client_; |
scoped_ptr<aura::client::WindowTreeClient> window_tree_client_; |
- scoped_ptr<aura::client::ScreenPositionClient> screen_position_client_; |
base::WeakPtrFactory<NativeWidgetMus> close_widget_factory_; |
DISALLOW_COPY_AND_ASSIGN(NativeWidgetMus); |