| 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 40d93cba3a402eeb7d1dee9fe5c3a2ef86a6392d..10c55f56ead19f3737c46b947e4a6fca37418ce5 100644
|
| --- a/webkit/plugins/ppapi/ppapi_plugin_instance.h
|
| +++ b/webkit/plugins/ppapi/ppapi_plugin_instance.h
|
| @@ -262,8 +262,8 @@ class WEBKIT_PLUGINS_EXPORT PluginInstance :
|
| bool Decrypt(const scoped_refptr<media::DecoderBuffer>& encrypted_buffer,
|
| const media::Decryptor::DecryptCB& decrypt_cb);
|
| // TODO(xhwang): Update this when we need to support decrypt and decode.
|
| - bool DecryptAndDecode(
|
| - const scoped_refptr<media::DecoderBuffer>& encrypted_buffer,
|
| + bool DecryptAndDecodeFrame(
|
| + const scoped_refptr<media::DecoderBuffer>& encrypted_frame,
|
| const media::Decryptor::DecryptCB& decrypt_cb);
|
|
|
| // There are 2 implementations of the fullscreen interface
|
|
|