| 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 b9edb67eae1fc0aa0c54daae722eacfc03caf19b..aa381c7923fde62e52adab08c807aa1ff8ee1d88 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -281,6 +281,12 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| 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
|
| + // typically be an Activity context for an on screen view.
|
| + base::android::ScopedJavaLocalRef<jobject> GetContext();
|
| +
|
| // --------------------------------------------------------------------------
|
| // Methods called from native code
|
| // --------------------------------------------------------------------------
|
|
|