| Index: content/renderer/input/input_handler_proxy.h
|
| diff --git a/content/renderer/input/input_handler_proxy.h b/content/renderer/input/input_handler_proxy.h
|
| index fd99af6f0256a7bb0543337aa61ad46e5886baa8..f0efcf2472b0adadd3376e55c348df2ed04861b6 100644
|
| --- a/content/renderer/input/input_handler_proxy.h
|
| +++ b/content/renderer/input/input_handler_proxy.h
|
| @@ -62,6 +62,9 @@ class CONTENT_EXPORT InputHandlerProxy
|
| }
|
|
|
| private:
|
| + // Helper function for creating the right kind of animation curve.
|
| + blink::WebGestureCurve* CreateAnimationCurve(
|
| + const blink::WebGestureEvent& gesture_event);
|
| // Helper functions for handling more complicated input events.
|
| EventDisposition HandleMouseWheel(
|
| const blink::WebMouseWheelEvent& event);
|
|
|