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

Unified Diff: Source/web/WebPluginContainerImpl.h

Issue 967213004: Removed FrameView's windowToContents and contentsToWindow methods. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 9 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
« no previous file with comments | « Source/web/WebLocalFrameImpl.cpp ('k') | Source/web/WebPluginContainerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebPluginContainerImpl.h
diff --git a/Source/web/WebPluginContainerImpl.h b/Source/web/WebPluginContainerImpl.h
index bb8c2f5026261fe3d00f2fb68319fef1482ea512..653a477078217a4fbe8e954d299c07571293ec42 100644
--- a/Source/web/WebPluginContainerImpl.h
+++ b/Source/web/WebPluginContainerImpl.h
@@ -111,8 +111,8 @@ public:
virtual bool isRectTopmost(const WebRect&) override;
virtual void requestTouchEventType(TouchEventRequestType) override;
virtual void setWantsWheelEvents(bool) override;
- virtual WebPoint windowToLocalPoint(const WebPoint&) override;
- virtual WebPoint localToWindowPoint(const WebPoint&) override;
+ virtual WebPoint rootFrameToLocalPoint(const WebPoint&) override;
+ virtual WebPoint localToRootFramePoint(const WebPoint&) override;
// This cannot be null.
virtual WebPlugin* plugin() override { return m_webPlugin; }
« no previous file with comments | « Source/web/WebLocalFrameImpl.cpp ('k') | Source/web/WebPluginContainerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698