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

Unified Diff: webkit/plugins/ppapi/content_decryptor_delegate.h

Issue 11929015: Tighten up media::DecoderBuffer API contract for end of stream buffers (round 2). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: webkit/plugins/ppapi/content_decryptor_delegate.h
diff --git a/webkit/plugins/ppapi/content_decryptor_delegate.h b/webkit/plugins/ppapi/content_decryptor_delegate.h
index c1af7997217180c8a6ef719b735e99b042b46429..5851dad1928903faed303529bd0f021dfb02a5c3 100644
--- a/webkit/plugins/ppapi/content_decryptor_delegate.h
+++ b/webkit/plugins/ppapi/content_decryptor_delegate.h
@@ -111,7 +111,7 @@ class WEBKIT_PLUGINS_EXPORT ContentDecryptorDelegate {
// PPB_Buffer_Impl resources. The caller must make sure that
// |audio_input_resource_| or |video_input_resource_| is available before
// calling this method.
- // If |data| is NULL, sets |*resource| to NULL.
+ //
// Returns true upon success and false if any error happened.
bool MakeMediaBufferResource(media::Decryptor::StreamType stream_type,
const uint8* data, uint32_t size,

Powered by Google App Engine
This is Rietveld 408576698