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

Unified Diff: Source/web/WebLocalFrameImpl.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/WebInputEventConversion.cpp ('k') | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebLocalFrameImpl.h
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
index b9031d1928150acf61c81c47b1d8cc103e32d4d1..d1578add029c93a3bd16046253db0193809abef3 100644
--- a/Source/web/WebLocalFrameImpl.h
+++ b/Source/web/WebLocalFrameImpl.h
@@ -318,7 +318,7 @@ public:
void invalidateAll() const;
// Returns a hit-tested VisiblePosition for the given point
- VisiblePosition visiblePositionForWindowPoint(const WebPoint&);
+ VisiblePosition visiblePositionForViewportPoint(const WebPoint&);
void setFrameWidget(WebFrameWidgetImpl*);
WebFrameWidgetImpl* frameWidget() const;
« no previous file with comments | « Source/web/WebInputEventConversion.cpp ('k') | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698