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

Unified Diff: ui/compositor/layer.cc

Issue 12342028: make menus, bubbles, etc. top level windows on aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fixes Created 7 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
Index: ui/compositor/layer.cc
diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc
index b73c82832ece9195b8038d5bf5e53cb76a69a5c8..e09935c3eaae516040c39cfe5e8189a0233614e8 100644
--- a/ui/compositor/layer.cc
+++ b/ui/compositor/layer.cc
@@ -671,7 +671,7 @@ bool Layer::ConvertPointFromAncestor(const Layer* ancestor,
}
bool Layer::GetTargetTransformRelativeTo(const Layer* ancestor,
sky 2013/03/15 03:15:05 Move implementation to match new position in heade
scottmg 2013/03/15 22:23:46 Done.
- gfx::Transform* transform) const {
+ gfx::Transform* transform) const {
const Layer* p = this;
for (; p && p != ancestor; p = p->parent()) {
gfx::Transform translation;

Powered by Google App Engine
This is Rietveld 408576698