Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(620)

Unified Diff: content/browser/android/popup_touch_handle_drawable.h

Issue 2144703003: Remove ContentViewCore::GetDpiScale. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698