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

Unified Diff: mash/wm/window_manager.cc

Issue 1837093003: NOSUBMIT: Demonstrate accelerated layer painting problem in mus/mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « components/mus/public/cpp/lib/window.cc ('k') | ui/views/bubble/bubble_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/window_manager.cc
diff --git a/mash/wm/window_manager.cc b/mash/wm/window_manager.cc
index 4ebeb9a81eb34f5bb25774cd61d0e545636bcfec..ba83e2f7ccb601633cf09c17f0dea206ef966398 100644
--- a/mash/wm/window_manager.cc
+++ b/mash/wm/window_manager.cc
@@ -112,6 +112,9 @@ mus::Window* WindowManager::NewTopLevelWindow(
mojom::Container container = GetRequestedContainer(window);
root_controller_->GetWindowForContainer(container)->AddChild(window);
+ LOG(ERROR) << "JAMES NewTopLevelWindow mus bounds " << window->bounds().ToString()
+ << " container " << container;
+
if (provide_non_client_frame) {
// NonClientFrameController deletes itself when |window| is destroyed.
new NonClientFrameController(root_controller_->GetConnector(), window,
« no previous file with comments | « components/mus/public/cpp/lib/window.cc ('k') | ui/views/bubble/bubble_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698