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

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

Issue 2485063004: Rename getDIPScale() to getDipScale() (Closed)
Patch Set: Created 4 years, 1 month 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/AwViewAndroidDelegate.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 a2addf94c6e7ebeeb8ceedfd2e410c588a8384c6..40a6be8acab0e5b25244b20598fc4654a8f930b7 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwContents.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwContents.java
@@ -1071,7 +1071,7 @@ public class AwContents implements SmartClipProvider, PostMessageSender.PostMess
installWebContentsObserver();
mSettings.setWebContents(webContents);
- final float dipScale = mWindowAndroid.getWindowAndroid().getDisplay().getDIPScale();
+ final float dipScale = mWindowAndroid.getWindowAndroid().getDisplay().getDipScale();
mDisplayObserver.onDIPScaleChanged(dipScale);
updateContentViewCoreVisibility();
« no previous file with comments | « no previous file | android_webview/java/src/org/chromium/android_webview/AwViewAndroidDelegate.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698