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

Unified Diff: webkit/media/webmediaplayer_impl.h

Issue 10829470: Support for parsing encrypted WebM streams by src. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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: webkit/media/webmediaplayer_impl.h
diff --git a/webkit/media/webmediaplayer_impl.h b/webkit/media/webmediaplayer_impl.h
index 47bb12df6e2261d26a9c2ef445ef53ae459a287e..240403b1cbd2012f326617288c09f056bbf5426a 100644
--- a/webkit/media/webmediaplayer_impl.h
+++ b/webkit/media/webmediaplayer_impl.h
@@ -248,6 +248,8 @@ class WebMediaPlayerImpl
int init_data_size);
void SetOpaque(bool);
+ bool SendNeedKey(scoped_array<uint8> init_data, int init_data_size);
ddorwin 2012/08/22 23:20:29 Why can't you use OnNeedKey?
fgalligan1 2012/08/23 02:39:11 See comment in .cc
+
private:
// Called after asynchronous initialization of a data source completed.
void DataSourceInitialized(const GURL& gurl, bool success);

Powered by Google App Engine
This is Rietveld 408576698