Chromium Code Reviews| Index: cc/trees/proxy_impl_unittest.cc |
| diff --git a/cc/trees/proxy_impl_unittest.cc b/cc/trees/proxy_impl_unittest.cc |
| index ad99d53a1097633049b28de06a583d2ceda3f7fe..975ca3ba5e0e9975ac401610442bc8355e89cf6d 100644 |
| --- a/cc/trees/proxy_impl_unittest.cc |
| +++ b/cc/trees/proxy_impl_unittest.cc |
| @@ -21,6 +21,7 @@ class ProxyImplTest : public testing::Test, public TestHooks { |
| } |
| void RequestNewOutputSurface() override {} |
| + void DidShutdown() override {} |
| protected: |
| ProxyImplTest() |