| 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 ca81988203cd82e5ca9116e2bc9e27825522554a..36ce97c3b76227a9a49d6c3a5a2c64506ee35533 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -187,6 +187,7 @@ class CONTENT_EXPORT BrowserPluginGuest : public GuestHost,
|
| WebContentsImpl* GetWebContents() const;
|
|
|
| gfx::Point GetScreenCoordinates(const gfx::Point& relative_position) const;
|
| + gfx::PointF GetScreenCoordinates(const gfx::PointF& relative_position) const;
|
|
|
| // This method is called by the RenderWidgetHostViewGuest to inform the
|
| // BrowserPlugin of the potential location of the context menu event (to
|
|
|