| Index: third_party/WebKit/Source/web/WebInputEventConversion.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebInputEventConversion.cpp b/third_party/WebKit/Source/web/WebInputEventConversion.cpp
|
| index b0319a63bbaf8b3534de9629b47051b15bc83a29..83506460b515e6cf528fec56ef324ab589d296d2 100644
|
| --- a/third_party/WebKit/Source/web/WebInputEventConversion.cpp
|
| +++ b/third_party/WebKit/Source/web/WebInputEventConversion.cpp
|
| @@ -454,7 +454,6 @@ PlatformTouchPointBuilder::PlatformTouchPointBuilder(Widget* widget, const WebTo
|
| m_pointerProperties = point;
|
| m_state = toPlatformTouchPointState(point.state);
|
|
|
| - // This assumes convertFromRootFrame does only translations, not scales.
|
| FloatPoint floatPos = convertHitPointToRootFrame(widget, point.position);
|
| IntPoint flooredPoint = flooredIntPoint(floatPos);
|
| m_pos = widget->convertFromRootFrame(flooredPoint) + (floatPos - flooredPoint);
|
|
|