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

Unified Diff: services/ui/ws/window_server.h

Issue 2386763002: services/ui: Match naming in cc (and jellyfish branch) (Closed)
Patch Set: Removed bad change Created 4 years, 2 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 | « services/ui/ws/window_manager_state_unittest.cc ('k') | services/ui/ws/window_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_server.h
diff --git a/services/ui/ws/window_server.h b/services/ui/ws/window_server.h
index 320bb3f4a6bdf25fc59877c6549b72b255447cc0..9511cbf3ad517bb5fca34df6a21cbf6a3fce7281 100644
--- a/services/ui/ws/window_server.h
+++ b/services/ui/ws/window_server.h
@@ -19,7 +19,7 @@
#include "services/ui/public/interfaces/window_manager_window_tree_factory.mojom.h"
#include "services/ui/public/interfaces/window_tree.mojom.h"
#include "services/ui/public/interfaces/window_tree_host.mojom.h"
-#include "services/ui/surfaces/surfaces_state.h"
+#include "services/ui/surfaces/display_compositor.h"
#include "services/ui/ws/display.h"
#include "services/ui/ws/gpu_service_proxy_delegate.h"
#include "services/ui/ws/ids.h"
@@ -232,7 +232,7 @@ class WindowServer : public ServerWindowDelegate,
WindowManagerState* GetWindowManagerStateForUser(const UserId& user_id);
// ServerWindowDelegate:
- ui::SurfacesState* GetSurfacesState() override;
+ ui::DisplayCompositor* GetDisplayCompositor() override;
// UserDisplayManagerDelegate:
bool GetFrameDecorationsForUser(
@@ -345,7 +345,7 @@ class WindowServer : public ServerWindowDelegate,
WindowServerDelegate* delegate_;
// State for rendering into a Surface.
- scoped_refptr<ui::SurfacesState> surfaces_state_;
+ scoped_refptr<ui::DisplayCompositor> display_compositor_;
// ID to use for next WindowTree.
ClientSpecificId next_client_id_;
« no previous file with comments | « services/ui/ws/window_manager_state_unittest.cc ('k') | services/ui/ws/window_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698