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

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

Issue 2369793002: WIP: Propagate SurfaceID up window tree hierarchy
Patch Set: Fix input events: EventDispatcher ignores container windows Created 4 years, 3 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/server_window.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..6046a8106a35a5d21a308a90083ebca305a94c0e 100644
--- a/services/ui/ws/server_window_delegate.h
+++ b/services/ui/ws/server_window_delegate.h
@@ -12,7 +12,9 @@
namespace ui {
-class SurfacesState;
+namespace surfaces {
+class DisplayCompositor;
+}
namespace ws {
@@ -22,7 +24,7 @@ struct WindowId;
class ServerWindowDelegate {
public:
- virtual SurfacesState* GetSurfacesState() = 0;
+ virtual surfaces::DisplayCompositor* GetDisplayCompositor() = 0;
virtual void OnScheduleWindowPaint(ServerWindow* window) = 0;
« no previous file with comments | « services/ui/ws/server_window.cc ('k') | services/ui/ws/server_window_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698