| 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 52962623d62aeeb93dee222c6f7af662c50499d1..c113139ba2ff769532b7fcc0151680aa973ffe04 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| @@ -464,7 +464,7 @@ class CONTENT_EXPORT PepperPluginInstanceImpl
|
| virtual void SessionError(PP_Instance instance,
|
| uint32_t session_id,
|
| int32_t media_error,
|
| - int32_t system_code) OVERRIDE;
|
| + uint32_t system_code) OVERRIDE;
|
| virtual void DeliverBlock(PP_Instance instance,
|
| PP_Resource decrypted_block,
|
| const PP_DecryptedBlockInfo* block_info) OVERRIDE;
|
|
|