| Index: content/public/browser/render_widget_host_view_mac_delegate.h
|
| diff --git a/content/public/browser/render_widget_host_view_mac_delegate.h b/content/public/browser/render_widget_host_view_mac_delegate.h
|
| index 427f466f117de3eea869940b016aaa454318bc9b..8e05950a7673f538397f45c5634ca3e7299f8d98 100644
|
| --- a/content/public/browser/render_widget_host_view_mac_delegate.h
|
| +++ b/content/public/browser/render_widget_host_view_mac_delegate.h
|
| @@ -51,12 +51,6 @@ class WebMouseWheelEvent;
|
| - (void)touchesCancelledWithEvent:(NSEvent*)event;
|
| - (void)touchesEndedWithEvent:(NSEvent*)event;
|
|
|
| -// These methods control whether a given view is allowed to rubberband in the
|
| -// given direction. This is inversely related to whether the view is allowed to
|
| -// 2-finger history swipe in the given direction.
|
| -- (BOOL)canRubberbandLeft:(NSView*)view;
|
| -- (BOOL)canRubberbandRight:(NSView*)view;
|
| -
|
| // The browser process received an ACK from the renderer after it processed
|
| // |event|.
|
| - (void)rendererHandledWheelEvent:(const blink::WebMouseWheelEvent&)event
|
|
|