| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index bb234c4f41a4e5151ea24e288cd03b1a661efe8c..645b27c0fb56f8ae0531d54d8b0f37d3618cfe92 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -615,6 +615,8 @@ private:
|
|
|
| WebPlugin* focusedPluginIfInputMethodSupported(LocalFrame*);
|
|
|
| + void populateGestureScrollEventFromFling(WebInputEvent::Type, WebGestureDevice, WebGestureEvent*);
|
| +
|
| void enablePopupMouseWheelEventListener();
|
| void disablePopupMouseWheelEventListener();
|
|
|
|
|