| Index: webkit/glue/webplugin_delegate.h
|
| diff --git a/webkit/glue/webplugin_delegate.h b/webkit/glue/webplugin_delegate.h
|
| index 5a724f1d33ed4128de64e9f2f0ce67282293883e..6c38080ac46bed56b0e0c7501d915ebdcda5bbf3 100644
|
| --- a/webkit/glue/webplugin_delegate.h
|
| +++ b/webkit/glue/webplugin_delegate.h
|
| @@ -121,11 +121,12 @@ class WebPluginDelegate {
|
| virtual void InstallMissingPlugin() = 0;
|
|
|
| // Creates a WebPluginResourceClient instance and returns the same.
|
| - virtual WebPluginResourceClient* CreateResourceClient(int resource_id,
|
| - const GURL& url,
|
| - bool notify_needed,
|
| - intptr_t notify_data,
|
| - intptr_t stream) = 0;
|
| + virtual WebPluginResourceClient* CreateResourceClient(
|
| + unsigned long resource_id,
|
| + const GURL& url,
|
| + bool notify_needed,
|
| + intptr_t notify_data,
|
| + intptr_t stream) = 0;
|
|
|
| // The following methods are for use in implementing Pepper renderers.
|
| // They should not be called outside of that context.
|
|
|