| 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 281c728f82286a490b2f3b8d7ecce93f997269a2..407c05d05c66ccdb2094a766a179dfee090a130f 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;
|
| }
|
|
|