| Index: content/renderer/pepper/pepper_plugin_instance_impl.h
|
| diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.h b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| index 4398fd911787220abce34f7f26177968cd325e58..f28cd44fa1a3de0ae985bc1d270cc3f61b4442be 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| @@ -470,9 +470,10 @@ class CONTENT_EXPORT PepperPluginInstanceImpl
|
| virtual void DeliverFrame(PP_Instance instance,
|
| PP_Resource decrypted_frame,
|
| const PP_DecryptedFrameInfo* frame_info) OVERRIDE;
|
| - virtual void DeliverSamples(PP_Instance instance,
|
| - PP_Resource audio_frames,
|
| - const PP_DecryptedBlockInfo* block_info) OVERRIDE;
|
| + virtual void DeliverSamples(
|
| + PP_Instance instance,
|
| + PP_Resource audio_frames,
|
| + const PP_DecryptedSampleInfo* sample_info) OVERRIDE;
|
|
|
| // Reset this instance as proxied. Assigns the instance a new module, resets
|
| // cached interfaces to point to the out-of-process proxy and re-sends
|
|
|