| 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 eacf25fb8bb2beca53ab456b09cd5c1975b33a49..42a5819da0eb9b62093a21d308288bf7aa31c67a 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -204,6 +204,9 @@ class ContentViewCoreImpl : public ContentViewCore,
|
|
|
| jboolean ConsumePendingRendererFrame(JNIEnv* env, jobject obj);
|
|
|
| + void ExternalVideoSurfaceCreated(JNIEnv* env, jobject obj, jobject jsurface);
|
| + void ExternalVideoSurfaceDestroyed(JNIEnv* env, jobject obj);
|
| +
|
| // --------------------------------------------------------------------------
|
| // Public methods that call to Java via JNI
|
| // --------------------------------------------------------------------------
|
|
|