| Index: third_party/WebKit/Source/core/dom/Touch.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Touch.cpp b/third_party/WebKit/Source/core/dom/Touch.cpp
|
| index 1d206e8d7e9e32f9ebbe1974bf405559ec7273b5..ff2e349c66776cfd15003e0f6112acf67cf925d9 100644
|
| --- a/third_party/WebKit/Source/core/dom/Touch.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Touch.cpp
|
| @@ -38,7 +38,7 @@ static FloatPoint contentsOffset(LocalFrame* frame) {
|
| if (!frameView)
|
| return FloatPoint();
|
| float scale = 1.0f / frame->pageZoomFactor();
|
| - return FloatPoint(frameView->scrollPosition()).scaledBy(scale);
|
| + return FloatPoint(frameView->scrollOffset()).scaledBy(scale);
|
| }
|
|
|
| Touch::Touch(LocalFrame* frame,
|
|
|