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

Unified Diff: ui/aura/window_tree_host.h

Issue 2504793002: Scale bounds in DesktopWindowTreeHostMus and in calls to SetBounds. (Closed)
Patch Set: scale factor 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
Index: ui/aura/window_tree_host.h
diff --git a/ui/aura/window_tree_host.h b/ui/aura/window_tree_host.h
index fcbcbd82516f3329f3faf4daaff6e320defb0fe0..668141653911c6f7ebf01546710802a138d59254 100644
--- a/ui/aura/window_tree_host.h
+++ b/ui/aura/window_tree_host.h
@@ -76,7 +76,7 @@ class AURA_EXPORT WindowTreeHost : public ui::internal::InputMethodDelegate,
}
const WindowEventDispatcher* dispatcher() const { return dispatcher_.get(); }
- ui::Compositor* compositor() { return compositor_.get(); }
+ ui::Compositor* compositor() const { return compositor_.get(); }
// Gets/Sets the root window's transform.
virtual gfx::Transform GetRootTransform() const;

Powered by Google App Engine
This is Rietveld 408576698