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

Unified Diff: Source/web/WebViewImpl.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/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 5531d7a55ffa737936a8ffc3abafd0991b0c59fe..403d8978831a09bec02123de63625325a61b5784 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -580,9 +580,9 @@ private:
void hideSelectPopup();
- // Converts |pos| from window coordinates to contents coordinates and gets
+ // Converts |pos| from root frame coordinates to contents coordinates and gets
// the HitTestResult for it.
- HitTestResult hitTestResultForWindowPos(const IntPoint&);
+ HitTestResult hitTestResultForRootFramePos(const IntPoint&);
// Consolidate some common code between starting a drag over a target and
// updating a drag over a target. If we're starting a drag, |isEntering|

Powered by Google App Engine
This is Rietveld 408576698