| Index: content/browser/renderer_host/input/web_input_event_builders_mac.h
|
| diff --git a/content/browser/renderer_host/input/web_input_event_builders_mac.h b/content/browser/renderer_host/input/web_input_event_builders_mac.h
|
| index 649cde53be4963c3fc289c7dff00a0bc5c6a527a..dbab1d88e1269be479e1a38203326a035279be0e 100644
|
| --- a/content/browser/renderer_host/input/web_input_event_builders_mac.h
|
| +++ b/content/browser/renderer_host/input/web_input_event_builders_mac.h
|
| @@ -26,9 +26,7 @@ class CONTENT_EXPORT WebMouseEventBuilder {
|
| class CONTENT_EXPORT WebMouseWheelEventBuilder {
|
| public:
|
| static blink::WebMouseWheelEvent Build(NSEvent* event,
|
| - NSView* view,
|
| - bool can_rubberband_left,
|
| - bool can_rubberband_right);
|
| + NSView* view);
|
| };
|
|
|
| class CONTENT_EXPORT WebGestureEventBuilder {
|
|
|