| Index: ash/launcher/launcher_view.h
|
| diff --git a/ash/launcher/launcher_view.h b/ash/launcher/launcher_view.h
|
| index e91f07bff96f32afaa0cb60be42797c69980913d..a431d128a1f99660e2dce7ead3495f1e0cf71abb 100644
|
| --- a/ash/launcher/launcher_view.h
|
| +++ b/ash/launcher/launcher_view.h
|
| @@ -105,6 +105,7 @@ class ASH_EXPORT LauncherView : public views::View,
|
| const gfx::Point& location_in_screen_coordinates,
|
| const gfx::ImageSkia& icon,
|
| views::View* replaced_view,
|
| + const gfx::Vector2d& cursor_offset_from_center,
|
| float scale_factor) OVERRIDE;
|
| virtual void UpdateDragIconProxy(
|
| const gfx::Point& location_in_screen_coordinates) OVERRIDE;
|
|
|