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 746421066247a07330d048aabb2b090e19f35170..daad66ef55acd64357cf434265071a534ab40807 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -291,10 +291,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(); |