| 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 65a6737db55bdb60af51d40d78d4765290907119..aec48cd0002a97e7e71d871a1b8d4b724c08ec51 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
|
| @@ -392,7 +392,6 @@ public class ContentViewCore
|
| /**
|
| * @return The context used for creating this ContentViewCore.
|
| */
|
| - @CalledByNative
|
| public Context getContext() {
|
| return mContext;
|
| }
|
| @@ -2702,6 +2701,7 @@ public class ContentViewCore
|
| }
|
|
|
| /**
|
| + *
|
| * @return The cached copy of render positions and scales.
|
| */
|
| public RenderCoordinates getRenderCoordinates() {
|
| @@ -2794,8 +2794,7 @@ public class ContentViewCore
|
| private native long nativeInit(long webContentsPtr,
|
| long viewAndroidPtr, long windowAndroidPtr, HashSet<Object> retainedObjectSet);
|
|
|
| - @CalledByNative
|
| - private ContentVideoViewClient getContentVideoViewClient() {
|
| + ContentVideoViewClient getContentVideoViewClient() {
|
| return getContentViewClient().getContentVideoViewClient();
|
| }
|
|
|
|
|