| 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 40f5bea32ab11a5c7d11f03c3d6cd28dcf96973d..8b1fe7f0f07a223a432bd9fa3489ab127b72bbf5 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
|
| @@ -398,6 +398,7 @@ public class ContentViewCore implements MotionEventDelegate, NavigationClient {
|
| /**
|
| * @return The context used for creating this ContentViewCore.
|
| */
|
| + @CalledByNative
|
| public Context getContext() {
|
| return mContext;
|
| }
|
| @@ -2808,6 +2809,11 @@ public class ContentViewCore implements MotionEventDelegate, NavigationClient {
|
| private native int nativeInit(boolean hardwareAccelerated, int webContentsPtr,
|
| int viewAndroidPtr, int windowAndroidPtr);
|
|
|
| + @CalledByNative
|
| + private ContentVideoViewClient getContentVideoViewClient() {
|
| + return mContentViewClient.getContentVideoViewClient();
|
| + }
|
| +
|
| private native void nativeOnJavaContentViewCoreDestroyed(int nativeContentViewCoreImpl);
|
|
|
| private native void nativeLoadUrl(
|
|
|