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

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

Issue 1412923009: Route touch-events for WebViewGuest directly to guest renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Mac code, rebase to master@{#361742}. Created 5 years, 1 month 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 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

Powered by Google App Engine
This is Rietveld 408576698