| Index: content/browser/compositor/reflector_impl_unittest.cc
|
| diff --git a/content/browser/compositor/reflector_impl_unittest.cc b/content/browser/compositor/reflector_impl_unittest.cc
|
| index a8de2d2c05991714874460e92e7fc22c02d2c6d3..2f0c299fcf1fd47c104dd071d2b50ce7507c1c81 100644
|
| --- a/content/browser/compositor/reflector_impl_unittest.cc
|
| +++ b/content/browser/compositor/reflector_impl_unittest.cc
|
| @@ -82,8 +82,10 @@ class TestOutputSurface : public BrowserCompositorOutputSurface {
|
|
|
| #if defined(OS_MACOSX)
|
| void OnSurfaceDisplayed() override {}
|
| - void OnSurfaceRecycled() override {}
|
| - bool ShouldNotShowFramesAfterRecycle() const override { return false; }
|
| + void SetSurfaceSuspendedForRecycle(bool suspended) override {}
|
| + bool SurfaceShouldNotShowFramesAfterSuspendForRecycle() const override {
|
| + return false;
|
| + }
|
| #endif
|
|
|
| gfx::Size SurfaceSize() const override { return gfx::Size(256, 256); }
|
|
|