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 438fc1694e1f03694d4955aef3c73eab21e33f81..1d8df542ae24e503b777297f72f66b1d1484a0c0 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -182,6 +182,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; |
// Helper to send messages to embedder. If this guest is not yet attached, |
// then IPCs will be queued until attachment. |