| Index: cc/test/fake_layer_tree_host_client.h
|
| diff --git a/cc/test/fake_layer_tree_host_client.h b/cc/test/fake_layer_tree_host_client.h
|
| index e4e335f7cbe310c851cbc0ee4baa1c922dd20fea..328ec76c8596819b360aed27c7e2c46ef1defc40 100644
|
| --- a/cc/test/fake_layer_tree_host_client.h
|
| +++ b/cc/test/fake_layer_tree_host_client.h
|
| @@ -14,7 +14,7 @@
|
|
|
| namespace cc {
|
|
|
| -class FakeCCLayerTreeHostClient : public CCLayerTreeHostClient {
|
| +class FakeLayerImplTreeHostClient : public LayerTreeHostClient {
|
| public:
|
| virtual void willBeginFrame() OVERRIDE { }
|
| virtual void didBeginFrame() OVERRIDE { }
|
| @@ -24,7 +24,7 @@ public:
|
|
|
| virtual scoped_ptr<WebKit::WebCompositorOutputSurface> createOutputSurface() OVERRIDE;
|
| virtual void didRecreateOutputSurface(bool success) OVERRIDE { }
|
| - virtual scoped_ptr<CCInputHandler> createInputHandler() OVERRIDE;
|
| + virtual scoped_ptr<InputHandler> createInputHandler() OVERRIDE;
|
| virtual void willCommit() OVERRIDE { }
|
| virtual void didCommit() OVERRIDE { }
|
| virtual void didCommitAndDrawFrame() OVERRIDE { }
|
|
|