| 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..55bfb960271897abc9e343942704426f9de1d128 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*);
|
|
|
| + WebGestureEvent createGestureScrollEventFromFling(WebInputEvent::Type, WebGestureDevice) const;
|
| +
|
| void enablePopupMouseWheelEventListener();
|
| void disablePopupMouseWheelEventListener();
|
|
|
|
|