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

Unified Diff: ui/aura/mus/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 | « ui/aura/mus/window_port_mus.cc ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_tree_client.h
diff --git a/ui/aura/mus/window_tree_client.h b/ui/aura/mus/window_tree_client.h
index 5ea408053a36004c4c608d1d24dda1d091059d65..2c51ced52a4f3f5410723479f7fc8c9ea405cac9 100644
--- a/ui/aura/mus/window_tree_client.h
+++ b/ui/aura/mus/window_tree_client.h
@@ -282,8 +282,6 @@ class AURA_EXPORT WindowTreeClient
void OnWindowMusPropertyChanged(WindowMus* window,
const void* key,
std::unique_ptr<WindowPortPropertyData> data);
- void OnWindowMusSurfaceDetached(WindowMus* window,
- const cc::SurfaceSequence& sequence);
// Callback passed from WmPerformMoveLoop().
void OnWmMoveLoopCompleted(uint32_t change_id, bool completed);
@@ -343,7 +341,6 @@ class AURA_EXPORT WindowTreeClient
ui::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 | « ui/aura/mus/window_port_mus.cc ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698