| Index: ui/aura/window.h
|
| ===================================================================
|
| --- ui/aura/window.h (revision 150582)
|
| +++ ui/aura/window.h (working copy)
|
| @@ -215,7 +215,7 @@
|
| // Converts |point| from |source|'s coordinates to |target|'s. If |source| is
|
| // NULL, the function returns without modifying |point|. |target| cannot be
|
| // NULL.
|
| - static void ConvertPointToWindow(const Window* source,
|
| + static void ConvertPointToTarget(const Window* source,
|
| const Window* target,
|
| gfx::Point* point);
|
|
|
|
|