Chromium Code Reviews| Index: ui/aura/window.h |
| diff --git a/ui/aura/window.h b/ui/aura/window.h |
| index 80770c17b4d567b0980b2b9652e028ca05095cff..570f68a33b435d52b6a0cf51d1aabc869a8427b8 100644 |
| --- a/ui/aura/window.h |
| +++ b/ui/aura/window.h |
| @@ -217,6 +217,9 @@ class AURA_EXPORT Window : public ui::LayerDelegate, |
| static void ConvertPointToTarget(const Window* source, |
| const Window* target, |
| gfx::Point* point); |
| + static void ConvertPointToTargetF(const Window* source, |
| + const Window* target, |
| + gfx::PointF* point); |
| static void ConvertRectToTarget(const Window* source, |
| const Window* target, |
| gfx::Rect* rect); |