| 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 584e51831e6ff9a9f0227d42b924ccf864a822b4..5c84c1b1c9e9c87b0bd6ad359dbc91ced02465d2 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -208,6 +208,9 @@ class ContentViewCoreImpl : public ContentViewCore,
|
|
|
| jboolean ConsumePendingRendererFrame(JNIEnv* env, jobject obj);
|
|
|
| + void SetExternalVideoSurfaceViewHolder(JNIEnv* env, jobject obj,
|
| + jint native_holder);
|
| +
|
| // --------------------------------------------------------------------------
|
| // Public methods that call to Java via JNI
|
| // --------------------------------------------------------------------------
|
|
|