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

Unified Diff: ash/mus/bridge/wm_window_mus.cc

Issue 2369793002: WIP: Propagate SurfaceID up window tree hierarchy
Patch Set: Fix input events: EventDispatcher ignores container windows Created 4 years, 3 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 | « ash/mus/bridge/wm_shell_mus.cc ('k') | ash/mus/non_client_frame_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/wm_window_mus.cc
diff --git a/ash/mus/bridge/wm_window_mus.cc b/ash/mus/bridge/wm_window_mus.cc
index d0234c695586fd97b05db357c1b954d07c1212b0..f0bf6f7f15e9db7a56e40025cdfc1bb5bf98b23f 100644
--- a/ash/mus/bridge/wm_window_mus.cc
+++ b/ash/mus/bridge/wm_window_mus.cc
@@ -444,6 +444,9 @@ void WmWindowMus::SetParentUsingContext(WmWindow* context,
void WmWindowMus::AddChild(WmWindow* window) {
window_->AddChild(GetMusWindow(window));
+ // If the child window does not have a native widget mus
+ // (and thus does not have an aura window), then we create a layer with its
+ // surface Id.
}
void WmWindowMus::RemoveChild(WmWindow* child) {
« no previous file with comments | « ash/mus/bridge/wm_shell_mus.cc ('k') | ash/mus/non_client_frame_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698