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

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

Issue 2464123003: Enabling Aura-Mus clients to submit frames to Mus. (Closed)
Patch Set: Created 4 years, 1 month 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
Index: ui/views/mus/mus_client.h
diff --git a/ui/views/mus/mus_client.h b/ui/views/mus/mus_client.h
index 6656d86c37a343ed3756a27aef33badcbb112d71..3ca1068496f35be57673cc89cb97bda5ae102146 100644
--- a/ui/views/mus/mus_client.h
+++ b/ui/views/mus/mus_client.h
@@ -16,6 +16,7 @@
namespace aura {
class Env;
+class GpuService;
class PropertyConverter;
class Window;
class WindowPort;
@@ -31,10 +32,6 @@ class Connector;
class Identity;
}
-namespace ui {
-class GpuService;
-}
-
namespace wm {
class FocusController;
class WMState;
@@ -108,7 +105,7 @@ class VIEWS_MUS_EXPORT MusClient
std::unique_ptr<aura::WindowTreeClient> window_tree_client_;
- std::unique_ptr<ui::GpuService> gpu_service_;
+ std::unique_ptr<aura::GpuService> gpu_service_;
std::unique_ptr<SurfaceContextFactory> compositor_context_factory_;

Powered by Google App Engine
This is Rietveld 408576698