| Index: content/browser/android/in_process/synchronous_compositor_impl.h
|
| diff --git a/content/browser/android/in_process/synchronous_compositor_impl.h b/content/browser/android/in_process/synchronous_compositor_impl.h
|
| index 861afc14b9da23992d3313e830920ef895a00088..95320c9c3d48223b74be5548c7ee27c165d99bdb 100644
|
| --- a/content/browser/android/in_process/synchronous_compositor_impl.h
|
| +++ b/content/browser/android/in_process/synchronous_compositor_impl.h
|
| @@ -16,6 +16,7 @@
|
|
|
| namespace cc {
|
| class InputHandler;
|
| +struct DidOverscrollParams;
|
| }
|
|
|
| namespace blink {
|
| @@ -24,7 +25,6 @@
|
|
|
| namespace content {
|
| class InputHandlerManager;
|
| -struct DidOverscrollParams;
|
|
|
| // The purpose of this class is to act as the intermediary between the various
|
| // components that make up the 'synchronous compositor mode' implementation and
|
| @@ -85,7 +85,7 @@
|
| virtual void SetScrollableSize(const gfx::SizeF& scrollable_size) OVERRIDE;
|
|
|
| void SetInputHandler(cc::InputHandler* input_handler);
|
| - void DidOverscroll(const DidOverscrollParams& params);
|
| + void DidOverscroll(const cc::DidOverscrollParams& params);
|
| void DidStopFlinging();
|
|
|
| private:
|
|
|