| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 23f9dfb3df1b01d239940378891c44012e246d49..fee62f9a007786e2fe64a1ce1666036f7202555f 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -590,9 +590,8 @@ private:
|
|
|
| void hideSelectPopup();
|
|
|
| - // Converts |pos| from window coordinates to contents coordinates and gets
|
| - // the HitTestResult for it.
|
| - HitTestResult hitTestResultForWindowPos(const IntPoint&);
|
| + HitTestResult hitTestResultForRootFramePos(const IntPoint&);
|
| + HitTestResult hitTestResultForViewportPos(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|
|
|
|