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

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

Issue 2429173005: Mus+Ash: Replace (Server)WindowSurface with (Server)WindowCompositorFrameSink (Closed)
Patch Set: ui::CompositorFrameSink => ui::WindowCompositorFrameSink 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
Index: services/ui/ws/window_server.h
diff --git a/services/ui/ws/window_server.h b/services/ui/ws/window_server.h
index a572c5e3c813bc346635732f32d7661f0a04588d..2174f1e0eda0a50fe8c91ae8d20aa190ad98ee7e 100644
--- a/services/ui/ws/window_server.h
+++ b/services/ui/ws/window_server.h
@@ -197,7 +197,7 @@ class WindowServer : public ServerWindowDelegate,
void ProcessWillChangeWindowPredefinedCursor(ServerWindow* window,
mojom::Cursor cursor_id);
void ProcessWindowSurfaceCreated(ServerWindow* window,
- mojom::SurfaceType surface_type,
+ mojom::CompositorFrameSinkType surface_type,
const cc::SurfaceId& surface_id,
const gfx::Size& frame_size,
float device_scale_factor);

Powered by Google App Engine
This is Rietveld 408576698