| Index: content/browser/renderer_host/input/input_router_client.h
|
| diff --git a/content/browser/renderer_host/input/input_router_client.h b/content/browser/renderer_host/input/input_router_client.h
|
| index fffed702d632f5412049bb87078ea4febdbfa77a..fab52aed88a49a337839e0f29337ba5379400203 100644
|
| --- a/content/browser/renderer_host/input/input_router_client.h
|
| +++ b/content/browser/renderer_host/input/input_router_client.h
|
| @@ -13,12 +13,11 @@
|
|
|
| namespace ui {
|
| class LatencyInfo;
|
| +struct DidOverscrollParams;
|
| }
|
|
|
| namespace content {
|
|
|
| -struct DidOverscrollParams;
|
| -
|
| class CONTENT_EXPORT InputRouterClient {
|
| public:
|
| virtual ~InputRouterClient() {}
|
| @@ -49,7 +48,7 @@ class CONTENT_EXPORT InputRouterClient {
|
|
|
| // Called when the router has received an overscroll notification from the
|
| // renderer.
|
| - virtual void DidOverscroll(const DidOverscrollParams& params) = 0;
|
| + virtual void DidOverscroll(const ui::DidOverscrollParams& params) = 0;
|
|
|
| // Called when a renderer fling has terminated.
|
| virtual void DidStopFlinging() = 0;
|
|
|