| Index: content/browser/compositor/browser_compositor_output_surface.h
|
| diff --git a/content/browser/compositor/browser_compositor_output_surface.h b/content/browser/compositor/browser_compositor_output_surface.h
|
| index fd15e03d94da4a10c1e55dc4cbf358888814e35f..615a54e30c5ab928021fa3017529fdaf413ff82e 100644
|
| --- a/content/browser/compositor/browser_compositor_output_surface.h
|
| +++ b/content/browser/compositor/browser_compositor_output_surface.h
|
| @@ -41,8 +41,8 @@ class CONTENT_EXPORT BrowserCompositorOutputSurface
|
|
|
| #if defined(OS_MACOSX)
|
| virtual void OnSurfaceDisplayed() = 0;
|
| - virtual void OnSurfaceRecycled() = 0;
|
| - virtual bool ShouldNotShowFramesAfterRecycle() const = 0;
|
| + virtual void SetSurfaceSuspendedForRecycle(bool suspended) = 0;
|
| + virtual bool SurfaceShouldNotShowFramesAfterSuspendForRecycle() const = 0;
|
| #endif
|
|
|
| protected:
|
|
|