| Index: content/browser/android/popup_touch_handle_drawable.h
|
| diff --git a/content/browser/android/popup_touch_handle_drawable.h b/content/browser/android/popup_touch_handle_drawable.h
|
| index 9ba4093a58324fb81803c3f15c6b2fda84753fb4..f64a61a2ff53da641dfe270e097f297c849c9ca6 100644
|
| --- a/content/browser/android/popup_touch_handle_drawable.h
|
| +++ b/content/browser/android/popup_touch_handle_drawable.h
|
| @@ -21,7 +21,8 @@ class ContentViewCore;
|
| class PopupTouchHandleDrawable : public ui::TouchHandleDrawable {
|
| public:
|
| static std::unique_ptr<PopupTouchHandleDrawable> Create(
|
| - ContentViewCore* content_view_core);
|
| + ContentViewCore* content_view_core,
|
| + float dpi_scale);
|
| ~PopupTouchHandleDrawable() override;
|
|
|
| // ui::TouchHandleDrawable implementation.
|
|
|