| Index: webkit/plugins/ppapi/ppapi_plugin_instance.h
|
| diff --git a/webkit/plugins/ppapi/ppapi_plugin_instance.h b/webkit/plugins/ppapi/ppapi_plugin_instance.h
|
| index 0246f7e9f6e59d157030e3517f7b927aa0e12732..e5edb5950eafc347c5f74f31e564897c93e2e1d7 100644
|
| --- a/webkit/plugins/ppapi/ppapi_plugin_instance.h
|
| +++ b/webkit/plugins/ppapi/ppapi_plugin_instance.h
|
| @@ -273,8 +273,8 @@ class WEBKIT_PLUGINS_EXPORT PluginInstance :
|
| bool ResetDecoder();
|
| // TODO(xhwang): Update this when we need to support decrypt and decode.
|
| // Note: This method can be used with an unencrypted frame.
|
| - bool DecryptAndDecodeFrame(
|
| - const scoped_refptr<media::DecoderBuffer>& encrypted_frame,
|
| + bool DecryptAndDecode(
|
| + const scoped_refptr<media::DecoderBuffer>& encrypted_buffer,
|
| const media::Decryptor::DecryptCB& decrypt_cb);
|
|
|
| // There are 2 implementations of the fullscreen interface
|
|
|