| Index: third_party/WebKit/Source/web/WebFrameWidgetBase.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetBase.cpp b/third_party/WebKit/Source/web/WebFrameWidgetBase.cpp
|
| index 2e10cd3a1cf3ea77e8a182b637b5d1d1ee45b4a4..7449b6660214d7d16472672b9555ce9a0419488b 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetBase.cpp
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetBase.cpp
|
| @@ -44,6 +44,8 @@ STATIC_ASSERT_ENUM(DragOperationMove, WebDragOperationMove);
|
| STATIC_ASSERT_ENUM(DragOperationDelete, WebDragOperationDelete);
|
| STATIC_ASSERT_ENUM(DragOperationEvery, WebDragOperationEvery);
|
|
|
| +bool WebFrameWidgetBase::s_ignoreInputEvents = false;
|
| +
|
| WebDragOperation WebFrameWidgetBase::dragTargetDragEnter(
|
| const WebDragData& webDragData,
|
| const WebPoint& pointInViewport,
|
|
|