| Index: cc/CCLayerTreeHostClient.h
|
| diff --git a/cc/CCLayerTreeHostClient.h b/cc/CCLayerTreeHostClient.h
|
| index 389e5dc127f98e3213b94e1dbf3a16fb6d2b0e73..3d09ba6d942970e84d2abb55fa1d825ec31f2558 100644
|
| --- a/cc/CCLayerTreeHostClient.h
|
| +++ b/cc/CCLayerTreeHostClient.h
|
| @@ -12,6 +12,7 @@ class WebCompositorOutputSurface;
|
| }
|
|
|
| namespace WebCore {
|
| +class CCInputHandler;
|
| class IntSize;
|
|
|
| class CCLayerTreeHostClient {
|
| @@ -24,6 +25,7 @@ public:
|
| virtual void applyScrollAndScale(const IntSize& scrollDelta, float pageScale) = 0;
|
| virtual PassOwnPtr<WebKit::WebCompositorOutputSurface> createOutputSurface() = 0;
|
| virtual void didRecreateOutputSurface(bool success) = 0;
|
| + virtual PassOwnPtr<CCInputHandler> createInputHandler() = 0;
|
| virtual void willCommit() = 0;
|
| virtual void didCommit() = 0;
|
| virtual void didCommitAndDrawFrame() = 0;
|
|
|