| Index: content/browser/browser_plugin/browser_plugin_guest.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
|
| index 868fcc8a35ab07c5920b2e70f48a9c25ceca03b3..1d975f406a20fe3797bc3f7aa42e0e5cff1f2ffd 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -270,8 +270,6 @@ class CONTENT_EXPORT BrowserPluginGuest : public GuestHost,
|
| void InitInternal(const BrowserPluginHostMsg_Attach_Params& params,
|
| WebContentsImpl* owner_web_contents);
|
|
|
| - bool InAutoSizeBounds(const gfx::Size& size) const;
|
| -
|
| void OnSatisfySequence(int instance_id, const cc::SurfaceSequence& sequence);
|
| void OnRequireSequence(int instance_id,
|
| const cc::SurfaceId& id,
|
|
|