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

Unified Diff: services/ui/public/cpp/window_tree_client.h

Issue 2478383002: Remove SurfaceSequence from mus client code. (Closed)
Patch Set: Only cleanup. Created 4 years, 1 month 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/public/cpp/window.cc ('k') | services/ui/public/cpp/window_tree_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/window_tree_client.h
diff --git a/services/ui/public/cpp/window_tree_client.h b/services/ui/public/cpp/window_tree_client.h
index 0a942c2187cf46621dae4b6db93fec255a592c04..59aea21717c72c515cd98b9992e52e3daf5b1a79 100644
--- a/services/ui/public/cpp/window_tree_client.h
+++ b/services/ui/public/cpp/window_tree_client.h
@@ -134,9 +134,6 @@ class WindowTreeClient : public mojom::WindowTreeClient,
cc::mojom::MojoCompositorFrameSinkRequest compositor_frame_sink,
cc::mojom::MojoCompositorFrameSinkClientPtr client);
- void OnWindowSurfaceDetached(Id window_id,
- const cc::SurfaceSequence& sequence);
-
// Sets the input capture to |window| without notifying the server.
void LocalSetCapture(Window* window);
// Sets focus to |window| without notifying the server.
@@ -334,7 +331,6 @@ class WindowTreeClient : public mojom::WindowTreeClient,
mojom::Cursor cursor) override;
void OnWindowSurfaceChanged(Id window_id,
const cc::SurfaceId& surface_id,
- const cc::SurfaceSequence& surface_sequence,
const gfx::Size& frame_size,
float device_scale_factor) override;
void OnDragDropStart(
« no previous file with comments | « services/ui/public/cpp/window.cc ('k') | services/ui/public/cpp/window_tree_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698