| Index: content/renderer/webplugin_delegate_proxy.h
|
| diff --git a/content/renderer/webplugin_delegate_proxy.h b/content/renderer/webplugin_delegate_proxy.h
|
| index 3ee1c78ac722b36f86e7c4336a1fddd556758a2a..085b0e11e58b7b6e089e4f8c1cb5c5c79a95e532 100644
|
| --- a/content/renderer/webplugin_delegate_proxy.h
|
| +++ b/content/renderer/webplugin_delegate_proxy.h
|
| @@ -155,7 +155,7 @@ class WebPluginDelegateProxy
|
| bool* result);
|
| void OnHandleURLRequest(const PluginHostMsg_URLRequest_Params& params);
|
| void OnCancelResource(int id);
|
| - void OnInvalidateRect(const gfx::Rect& rect, bool allow_buffer_flipping);
|
| + void OnInvalidateRect(const gfx::Rect& rect);
|
| void OnGetWindowScriptNPObject(int route_id, bool* success);
|
| void OnResolveProxy(const GURL& url, bool* result, std::string* proxy_list);
|
| void OnGetPluginElement(int route_id, bool* success);
|
|
|