Chromium Code Reviews| 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; |