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

Unified Diff: content/browser/web_contents/web_contents_view_android.h

Issue 132233042: Enable the embedded L1/EME support in WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed boliu's comments and rebased. Created 6 years, 10 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
Index: content/browser/web_contents/web_contents_view_android.h
diff --git a/content/browser/web_contents/web_contents_view_android.h b/content/browser/web_contents/web_contents_view_android.h
index 3d043eca08c0b220ca8862380b0e79ac66e5b70a..19948f425765e316ee6bcc194c3da288cd191f67 100644
--- a/content/browser/web_contents/web_contents_view_android.h
+++ b/content/browser/web_contents/web_contents_view_android.h
@@ -30,9 +30,10 @@ class WebContentsViewAndroid : public WebContentsViewPort,
void SetContentViewCore(ContentViewCoreImpl* content_view_core);
#if defined(VIDEO_HOLE)
- 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);
#endif // defined(VIDEO_HOLE)
// WebContentsView implementation --------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698