Index: content/browser/android/content_view_core_impl.h |
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h |
index 9299f1c8a5af8448dbb3a4a5977a4f43a39848cf..80740f21bed5f771fffc56f614533ae874a9bf57 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -216,11 +216,6 @@ class ContentViewCoreImpl : public ContentViewCore, |
jint delegate); |
jboolean IsShowingInterstitialPage(JNIEnv* env, jobject obj); |
- void AttachExternalVideoSurface(JNIEnv* env, |
- jobject obj, |
- jint player_id, |
- jobject jsurface); |
- void DetachExternalVideoSurface(JNIEnv* env, jobject obj, jint player_id); |
void SetAccessibilityEnabled(JNIEnv* env, jobject obj, bool enabled); |
void SendActionAfterDoubleTapUma(JNIEnv* env, |
jobject obj, |
@@ -290,11 +285,6 @@ class ContentViewCoreImpl : public ContentViewCore, |
// testing/benchmarking purposes |
base::android::ScopedJavaLocalRef<jobject> CreateTouchEventSynthesizer(); |
- // Notifies the java object about the external surface, requesting for one if |
- // necessary. |
- void NotifyExternalSurface( |
- int player_id, bool is_request, const gfx::RectF& rect); |
- |
base::android::ScopedJavaLocalRef<jobject> GetContentVideoViewClient(); |
// Returns the context that the ContentViewCore was created with, it would |