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

Unified Diff: android_webview/java/src/org/chromium/android_webview/AwContents.java

Issue 2358893002: Remove DIP scale from PopupTouchHandleDrawable (Closed)
Patch Set: Fixed formatting Created 4 years, 3 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
« no previous file with comments | « no previous file | android_webview/java/src/org/chromium/android_webview/PopupTouchHandleDrawable.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/java/src/org/chromium/android_webview/AwContents.java
diff --git a/android_webview/java/src/org/chromium/android_webview/AwContents.java b/android_webview/java/src/org/chromium/android_webview/AwContents.java
index 64f957629819ae073a7fa5a0b1ce869a19640fdb..b2a2c2d659fa6921a0e9d5c68de00e15dd12d027 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwContents.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwContents.java
@@ -2683,8 +2683,8 @@ public class AwContents implements SmartClipProvider,
@CalledByNative
private long onCreateTouchHandle() {
- PopupTouchHandleDrawable drawable = PopupTouchHandleDrawable.create(
- mTouchHandleDrawables, mContentViewCore, mContentViewCore.getDeviceScaleFactor());
+ PopupTouchHandleDrawable drawable =
+ PopupTouchHandleDrawable.create(mTouchHandleDrawables, mContentViewCore);
return drawable.getNativeDrawable();
}
« no previous file with comments | « no previous file | android_webview/java/src/org/chromium/android_webview/PopupTouchHandleDrawable.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698