Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(840)

Unified Diff: content/browser/android/content_view_core_impl.h

Issue 13669003: Refactoring ContentVideoViewContextDelegate.java (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/android/content_video_view.cc ('k') | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
// --------------------------------------------------------------------------
« no previous file with comments | « content/browser/android/content_video_view.cc ('k') | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698