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

Unified Diff: ui/views/mus/native_widget_mus.h

Issue 1683853003: Revert of ash/mash: Add a mus-client that sets up ash to provide the system ui for mash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/base/user_activity/user_activity_detector.cc ('k') | ui/views/mus/native_widget_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « ui/base/user_activity/user_activity_detector.cc ('k') | ui/views/mus/native_widget_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698