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 34598d9a44da94e6cf3c0c94fc1ef76196522b5d..3e51b908131a80c06e508b14ad7d20da36252678 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; |
Charlie Reis
2015/11/30 18:09:11
This isn't defined anywhere. Stale?
wjmaclean
2015/12/10 16:09:07
Yes, it's stale - removed.
Done.
|
// This method is called by the RenderWidgetHostViewGuest to inform the |
// BrowserPlugin of the potential location of the context menu event (to |