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

Unified Diff: components/mus/public/cpp/lib/window.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 | « ash/system/date/date_default_view.cc ('k') | mash/wm/window_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/lib/window.cc
diff --git a/components/mus/public/cpp/lib/window.cc b/components/mus/public/cpp/lib/window.cc
index 0fe9dbbebcb143ae1914a73ff6e1a6cf980788fc..33432ad03c4d30629e7d4d36f9cd64ecba84e529 100644
--- a/components/mus/public/cpp/lib/window.cc
+++ b/components/mus/public/cpp/lib/window.cc
@@ -505,7 +505,9 @@ Window::Window(WindowTreeConnection* connection, Id id)
viewport_metrics_(CreateEmptyViewportMetrics()),
visible_(false),
cursor_id_(mojom::Cursor::CURSOR_NULL),
- drawn_(false) {}
+ drawn_(false) {
+ LOG(ERROR) << "JAMES new mus::Window";
+}
WindowTreeClientImpl* Window::tree_client() {
return static_cast<WindowTreeClientImpl*>(connection_);
« no previous file with comments | « ash/system/date/date_default_view.cc ('k') | mash/wm/window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698