| Index: third_party/WebKit/Source/web/WebInputEventConversion.h
|
| diff --git a/third_party/WebKit/Source/web/WebInputEventConversion.h b/third_party/WebKit/Source/web/WebInputEventConversion.h
|
| index 41f5cb5f043bf7dc115d148266b9bfc5a077f8a8..3afe55f5b8edc7e546730752f8fc5261f005c879 100644
|
| --- a/third_party/WebKit/Source/web/WebInputEventConversion.h
|
| +++ b/third_party/WebKit/Source/web/WebInputEventConversion.h
|
| @@ -125,6 +125,8 @@ public:
|
| WebGestureEventBuilder(const LayoutItem, const GestureEvent&);
|
| };
|
|
|
| +IntPoint convertDragEventPointToRootFrame(const Widget*, const IntPoint&);
|
| +
|
| } // namespace blink
|
|
|
| #endif
|
|
|