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

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

Issue 2644093002: aura: Some change to how the client-lib is set up. (Closed)
Patch Set: . Created 3 years, 11 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/window_tree_client.cc ('k') | ui/views/mus/mus_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/mus_client.h
diff --git a/ui/views/mus/mus_client.h b/ui/views/mus/mus_client.h
index 075450b04f050a954fa752118cd1958fdb384f21..72792a72c520077a42ff6d760307bdc04bb16de2 100644
--- a/ui/views/mus/mus_client.h
+++ b/ui/views/mus/mus_client.h
@@ -20,7 +20,6 @@
namespace aura {
class PropertyConverter;
-class MusContextFactory;
class Window;
class WindowTreeClient;
}
@@ -39,10 +38,6 @@ class Connector;
class Identity;
}
-namespace ui {
-class Gpu;
-}
-
namespace wm {
class WMState;
}
@@ -100,8 +95,6 @@ class VIEWS_MUS_EXPORT MusClient
return pointer_watcher_event_router_.get();
}
- ui::Gpu* gpu() { return gpu_.get(); }
-
// Creates DesktopNativeWidgetAura with DesktopWindowTreeHostMus. This is
// set as the factory function used for creating NativeWidgets when a
// NativeWidget has not been explicitly set.
@@ -150,12 +143,8 @@ class VIEWS_MUS_EXPORT MusClient
std::unique_ptr<aura::WindowTreeClient> window_tree_client_;
- std::unique_ptr<ui::Gpu> gpu_;
-
std::unique_ptr<PointerWatcherEventRouter> pointer_watcher_event_router_;
- std::unique_ptr<aura::MusContextFactory> compositor_context_factory_;
-
std::unique_ptr<discardable_memory::ClientDiscardableSharedMemoryManager>
discardable_shared_memory_manager_;
« no previous file with comments | « ui/aura/mus/window_tree_client.cc ('k') | ui/views/mus/mus_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698