| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 46292da49cf563d8221e1fb5597b55c4c16e09f5..58d36cd206d0e0c2b9e392399f17f5ca30b47be4 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -110,7 +110,6 @@ class WebStorageNamespace;
|
| class WebTouchEvent;
|
| class WebURLRequest;
|
| class WebUserMediaClient;
|
| -struct WebActiveWheelFlingParameters;
|
| struct WebCursorInfo;
|
| struct WebDateTimeChooserParams;
|
| struct WebFileChooserParams;
|
| @@ -355,9 +354,6 @@ class CONTENT_EXPORT RenderViewImpl
|
|
|
| #endif // ENABLE_PLUGINS
|
|
|
| - void TransferActiveWheelFlingAnimation(
|
| - const WebKit::WebActiveWheelFlingParameters& params);
|
| -
|
| // Returns true if the focused element is editable text from the perspective
|
| // of IME support (also used for on-screen keyboard). Works correctly inside
|
| // supported PPAPI plug-ins.
|
|
|