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

Unified Diff: services/ui/ws/server_window_delegate.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/platform_display_init_params.cc ('k') | services/ui/ws/server_window_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/server_window_delegate.h
diff --git a/services/ui/ws/server_window_delegate.h b/services/ui/ws/server_window_delegate.h
index 1835727d35d010d600a207c372d5c2603563d527..b4de30d0d14a74f614fa93726965d20a0af96619 100644
--- a/services/ui/ws/server_window_delegate.h
+++ b/services/ui/ws/server_window_delegate.h
@@ -12,7 +12,7 @@
namespace ui {
-class SurfacesState;
+class DisplayCompositor;
namespace ws {
@@ -22,7 +22,7 @@ struct WindowId;
class ServerWindowDelegate {
public:
- virtual SurfacesState* GetSurfacesState() = 0;
+ virtual DisplayCompositor* GetDisplayCompositor() = 0;
virtual void OnScheduleWindowPaint(ServerWindow* window) = 0;
« no previous file with comments | « services/ui/ws/platform_display_init_params.cc ('k') | services/ui/ws/server_window_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698