| Index: content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
|
| diff --git a/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java b/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
|
| index 9246385f8588d6205b54339e37e350166fdcc358..96f17dafe56afd65824b69304457586ee128e028 100644
|
| --- a/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
|
| +++ b/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
|
| @@ -3073,6 +3073,12 @@ public class ContentViewCore
|
| mContextualSearchClient = contextualSearchClient;
|
| }
|
|
|
| + @CalledByNative
|
| + private void generateNewFrameForTesting() {
|
| + onSizeChanged(
|
| + mViewportWidthPix, mViewportHeightPix - 1, mViewportWidthPix, mViewportHeightPix);
|
| + }
|
| +
|
| private native WebContents nativeGetWebContentsAndroid(long nativeContentViewCoreImpl);
|
|
|
| private native void nativeOnJavaContentViewCoreDestroyed(long nativeContentViewCoreImpl);
|
|
|