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

Unified Diff: ui/aura/mus/window_port_mus.cc

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/surface_id_handler.h ('k') | ui/aura/mus/window_tree_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_port_mus.cc
diff --git a/ui/aura/mus/window_port_mus.cc b/ui/aura/mus/window_port_mus.cc
index d3862ac13a7205320930ddb3ae7b5dd46de84826..fd997019c1c13f0e783cdc911317af1110263033 100644
--- a/ui/aura/mus/window_port_mus.cc
+++ b/ui/aura/mus/window_port_mus.cc
@@ -222,9 +222,7 @@ void WindowPortMus::SetSurfaceIdFromServer(
surface_info ? surface_info->surface_id : cc::SurfaceId();
if (!existing_surface_id.is_null() &&
existing_surface_id != new_surface_id) {
- // Return the existing surface sequence.
- window_tree_client_->OnWindowMusSurfaceDetached(
- this, surface_info_->surface_sequence);
+ // TODO(kylechar): Start return reference here?
}
}
WindowPortMus* parent = Get(window_->parent());
« no previous file with comments | « ui/aura/mus/surface_id_handler.h ('k') | ui/aura/mus/window_tree_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698