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

Unified Diff: content/browser/media/android/browser_media_player_manager.h

Issue 132233042: Enable the embedded L1/EME support in WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/media/android/browser_media_player_manager.h
diff --git a/content/browser/media/android/browser_media_player_manager.h b/content/browser/media/android/browser_media_player_manager.h
index b8e24ae14545f4c261312c286703fd3702836e1c..e75d9427d3111ebbf4661e5cbbf0c2e3bb3e596d 100644
--- a/content/browser/media/android/browser_media_player_manager.h
+++ b/content/browser/media/android/browser_media_player_manager.h
@@ -153,6 +153,7 @@ class CONTENT_EXPORT BrowserMediaPlayerManager
void OnCancelAllPendingSessionCreations(int media_keys_id);
#if defined(VIDEO_HOLE)
+ void ReleaseExternalVideoSurface(int player_id);
boliu 2014/01/24 21:56:32 should be private
ycheo (away) 2014/01/28 13:08:53 Done.
virtual void OnNotifyExternalSurface(
int player_id, bool is_request, const gfx::RectF& rect);
#endif // defined(VIDEO_HOLE)

Powered by Google App Engine
This is Rietveld 408576698