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

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

Issue 2632273003: Move ReferencedSurfaceTracker into GpuCompositorFrameSink. (Closed)
Patch Set: Fix iterator invalidation. 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 | « services/ui/ws/test_server_window_delegate.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 5808c1dba8b1786cf5531bb60eace169be996a78..8b08fd5c43881541a15672f781d7d245da1c32e5 100644
--- a/services/ui/ws/window_server.h
+++ b/services/ui/ws/window_server.h
@@ -228,7 +228,6 @@ class WindowServer : public ServerWindowDelegate,
// ServerWindowDelegate:
cc::mojom::DisplayCompositor* GetDisplayCompositor() override;
- const cc::SurfaceId& GetRootSurfaceId() const override;
// UserDisplayManagerDelegate:
bool GetFrameDecorationsForUser(
@@ -329,8 +328,6 @@ class WindowServer : public ServerWindowDelegate,
// cc::mojom::DisplayCompositorClient:
void OnSurfaceCreated(const cc::SurfaceInfo& surface_info) override;
- void OnDisplayCompositorCreated(
- const cc::SurfaceId& root_surface_id) override;
// UserIdTrackerObserver:
void OnActiveUserIdChanged(const UserId& previously_active_id,
« no previous file with comments | « services/ui/ws/test_server_window_delegate.cc ('k') | services/ui/ws/window_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698