| Index: cc/test/FakeCCLayerTreeHostClient.h
|
| diff --git a/cc/test/FakeCCLayerTreeHostClient.h b/cc/test/FakeCCLayerTreeHostClient.h
|
| index 1334d8bf32bfef1fb0d5c82651b042ec82384af0..79c22dc35019cde458b325696a3f7ffdf014e534 100644
|
| --- a/cc/test/FakeCCLayerTreeHostClient.h
|
| +++ b/cc/test/FakeCCLayerTreeHostClient.h
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "config.h"
|
|
|
| +#include "CCInputHandler.h"
|
| #include "CCLayerTreeHost.h"
|
| #include "CompositorFakeWebGraphicsContext3D.h"
|
| #include "FakeWebCompositorOutputSurface.h"
|
| @@ -26,6 +27,7 @@ public:
|
| return WebKit::FakeWebCompositorOutputSurface::create(WebKit::CompositorFakeWebGraphicsContext3D::create(attrs));
|
| }
|
| virtual void didRecreateOutputSurface(bool success) OVERRIDE { }
|
| + virtual PassOwnPtr<CCInputHandler> createInputHandler() OVERRIDE { return nullptr; }
|
| virtual void willCommit() OVERRIDE { }
|
| virtual void didCommit() OVERRIDE { }
|
| virtual void didCommitAndDrawFrame() OVERRIDE { }
|
|
|