Chromium Code Reviews| Index: ui/views/drag_utils.h |
| diff --git a/ui/views/drag_utils.h b/ui/views/drag_utils.h |
| index 158f5cdecab0070130b6631a52995416dea87b8a..b583c1e8ae8cf6468f3066e9e731dbf35b9fa3b0 100644 |
| --- a/ui/views/drag_utils.h |
| +++ b/ui/views/drag_utils.h |
| @@ -34,6 +34,8 @@ VIEWS_EXPORT void RunShellDrag(gfx::NativeView view, |
| VIEWS_EXPORT gfx::Canvas* GetCanvasForDragImage(Widget* widget, |
| const gfx::Size& canvas_size); |
| +VIEWS_EXPORT float GetDeviceScaleForNativeView(views::Widget* widget); |
|
danakj
2017/02/14 21:37:26
same order as in .cc file. Any comment that would
|
| + |
| } // namespace views |
| #endif // UI_VIEWS_DRAG_UTILS_H_ |