Chromium Code Reviews| Index: cc/test/fake_proxy.cc |
| diff --git a/cc/test/fake_proxy.cc b/cc/test/fake_proxy.cc |
| index cc254eb31f50b7d2f82579ffe334e5e689385742..b9ad65f594c30f23f8c4724abac18eb4da0105b4 100644 |
| --- a/cc/test/fake_proxy.cc |
| +++ b/cc/test/fake_proxy.cc |
| @@ -6,6 +6,8 @@ |
| namespace cc { |
| +FakeProxy::FakeProxy() : layer_tree_host_(nullptr) {} |
| + |
| void FakeProxy::SetLayerTreeHost(LayerTreeHost* host) { |
| layer_tree_host_ = host; |
| } |