Index: ppapi/cpp/private/content_decryptor_private.h |
diff --git a/ppapi/cpp/private/content_decryptor_private.h b/ppapi/cpp/private/content_decryptor_private.h |
index a43a74cfb83f6d79cf19f5427249c3be0ee8be27..ff985691e112336f4e028f91f83b24ac2b41b2e9 100644 |
--- a/ppapi/cpp/private/content_decryptor_private.h |
+++ b/ppapi/cpp/private/content_decryptor_private.h |
@@ -94,7 +94,7 @@ class ContentDecryptor_Private { |
// provided to DecryptAndDecode() when it calls this method. The browser will |
// reuse the buffer in a subsequent DecryptAndDecode() call. |
void DeliverSamples(pp::Buffer_Dev audio_frames, |
- const PP_DecryptedBlockInfo& decrypted_block_info); |
+ const PP_DecryptedSampleInfo& decrypted_sample_info); |
private: |
InstanceHandle associated_instance_; |