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

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: Created 5 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: Source/web/WebLocalFrameImpl.h
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
index 511b4c7c56249528bc421eabdddb6aa72f5d8f15..92d921258e8bd2fd29e0f5cd01463b56fe78ab14 100644
--- a/Source/web/WebLocalFrameImpl.h
+++ b/Source/web/WebLocalFrameImpl.h
@@ -317,7 +317,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;

Powered by Google App Engine
This is Rietveld 408576698