Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1014)

Unified Diff: content/browser/browser_plugin/browser_plugin_guest.h

Issue 2695103003: Fix the position of context menu for BrowserPlugins inside OOPIF (Merge to M-57) (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 2b5a348aae7bdac542c4c0e285ac7aad92f61302..a057b4d3beea67f6397d0bf6d8691db974c3c3f6 100644
--- a/content/browser/browser_plugin/browser_plugin_guest.h
+++ b/content/browser/browser_plugin/browser_plugin_guest.h
@@ -258,6 +258,9 @@ class CONTENT_EXPORT BrowserPluginGuest : public GuestHost,
return can_use_cross_process_frames_;
}
+ gfx::Point GetCoordinatesInEmbedderWebContents(
+ const gfx::Point& relative_point);
+
protected:
// BrowserPluginGuest is a WebContentsObserver of |web_contents| and
« no previous file with comments | « chrome/test/data/page_with_embedded_pdf.html ('k') | content/browser/browser_plugin/browser_plugin_guest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698