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

Unified Diff: content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationListenerTest.java

Issue 2300463002: Add observers for DIP scale change. (Closed)
Patch Set: Update the fix Created 4 years, 2 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/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationListenerTest.java
diff --git a/content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationListenerTest.java b/content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationListenerTest.java
index a4e89271d9b117db970b40a16dd19268ef5d275d..a4c5761a585f72aca7ab7f203a6541b21cee2c65 100644
--- a/content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationListenerTest.java
+++ b/content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationListenerTest.java
@@ -37,6 +37,9 @@ public class ScreenOrientationListenerTest extends ContentShellTestBase {
notifyCalled();
}
+ @Override
+ public void onDIPScaleChanged(float dipScale) {}
+
public int getLastRotation() {
return mLastOrientation;
}

Powered by Google App Engine
This is Rietveld 408576698