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 93e1445a400a70ed767fc7b122e84af4d4bf74a9..6bc01c1e3aca4cbcdef2be39b34250ae206b7440 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -289,10 +289,10 @@ 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); |
+ void RequestExternalVideoSurface(int player_id); |
+ void ReleaseExternalVideoSurface(int player_id); |
+ void NotifyExternalVideoSurfacePositionChanged(int player_id, |
+ const gfx::RectF& rect); |
base::android::ScopedJavaLocalRef<jobject> GetContentVideoViewClient(); |