| Index: content/browser/renderer_host/web_input_event_aura.h
|
| diff --git a/content/browser/renderer_host/web_input_event_aura.h b/content/browser/renderer_host/web_input_event_aura.h
|
| index 4679554b69cb252ed5c88b362c9fcfbc5ef53c86..be6167b2deda22a25c9afca15502a38bd81fbc7f 100644
|
| --- a/content/browser/renderer_host/web_input_event_aura.h
|
| +++ b/content/browser/renderer_host/web_input_event_aura.h
|
| @@ -11,6 +11,7 @@
|
| namespace aura {
|
| class KeyEvent;
|
| class MouseEvent;
|
| +class ScrollEvent;
|
| class TouchEvent;
|
| }
|
|
|
| @@ -18,6 +19,7 @@ namespace content {
|
|
|
| WebKit::WebMouseEvent MakeWebMouseEvent(aura::MouseEvent* event);
|
| WebKit::WebMouseWheelEvent MakeWebMouseWheelEvent(aura::MouseEvent* event);
|
| +WebKit::WebMouseWheelEvent MakeWebMouseWheelEvent(aura::ScrollEvent* event);
|
| WebKit::WebKeyboardEvent MakeWebKeyboardEvent(aura::KeyEvent* event);
|
|
|
| // Updates the WebTouchEvent based on the TouchEvent. It returns the updated
|
|
|