| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index 17fe82141d74f323958902aed2461c676f8b0431..f3899928e39f16221dad863a769ab4454f18520c 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -494,7 +494,6 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| void OnDidChangeScrollOffset();
|
| void OnDidChangeScrollOffsetPinningForMainFrame(bool is_pinned_to_left,
|
| bool is_pinned_to_right);
|
| - void OnDidChangeNumWheelEvents(int count);
|
| void OnPasteFromSelectionClipboard();
|
| void OnRouteCloseEvent();
|
| void OnRouteMessageEvent(const ViewMsg_PostMessage_Params& params);
|
|
|