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

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

Issue 2617603002: Revert of Mustash: Ensure surfaces submitted to Mus by WM and embedders contain Surfaces with embeded content. (Closed)
Patch Set: Created 3 years, 11 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 | « ui/aura/mus/client_surface_embedder.cc ('k') | ui/aura/mus/window_port_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_port_mus.h
diff --git a/ui/aura/mus/window_port_mus.h b/ui/aura/mus/window_port_mus.h
index f687f42b04f99e1b550a7262efcdad7edb7369d2..fd598d0f5a2bc09238754b8555e13b94fa66e0b8 100644
--- a/ui/aura/mus/window_port_mus.h
+++ b/ui/aura/mus/window_port_mus.h
@@ -26,7 +26,6 @@
namespace aura {
-class ClientSurfaceEmbedder;
class PropertyConverter;
class SurfaceIdHandler;
class Window;
@@ -244,9 +243,6 @@
Window* window_ = nullptr;
- // Used when this window is embedding a client.
- std::unique_ptr<ClientSurfaceEmbedder> client_surface_embedder;
-
ServerChangeIdType next_server_change_id_ = 0;
ServerChanges server_changes_;
« no previous file with comments | « ui/aura/mus/client_surface_embedder.cc ('k') | ui/aura/mus/window_port_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698