| 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 974b80fc9c7abfa1cb2fcd0567532abb0c6f08d5..3566e67871e76a0e9088a84da622e3e307fc179c 100644
|
| --- a/third_party/WebKit/Source/web/WebInputEventConversion.cpp
|
| +++ b/third_party/WebKit/Source/web/WebInputEventConversion.cpp
|
| @@ -743,4 +743,9 @@ WebGestureEventBuilder::WebGestureEventBuilder(const LayoutItem layoutItem, cons
|
| }
|
| }
|
|
|
| +IntPoint convertDragEventPointToRootFrame(const Widget* widget, const IntPoint& intPoint)
|
| +{
|
| + return widget->convertFromRootFrame(flooredIntPoint(convertHitPointToRootFrame(widget, intPoint)));
|
| +}
|
| +
|
| } // namespace blink
|
|
|