| Index: content/browser/compositor/software_browser_compositor_output_surface.cc
|
| diff --git a/content/browser/compositor/software_browser_compositor_output_surface.cc b/content/browser/compositor/software_browser_compositor_output_surface.cc
|
| index 2d422c9719eed877ddf6ba57d8755eefc139c69f..c2b70d40c94bd10f2591d642b4329f8e9d84e8cd 100644
|
| --- a/content/browser/compositor/software_browser_compositor_output_surface.cc
|
| +++ b/content/browser/compositor/software_browser_compositor_output_surface.cc
|
| @@ -60,11 +60,12 @@ void SoftwareBrowserCompositorOutputSurface::OnSurfaceDisplayed() {
|
| NOTREACHED() << "Not expected for software surfaces.";
|
| }
|
|
|
| -void SoftwareBrowserCompositorOutputSurface::OnSurfaceRecycled() {
|
| +void SoftwareBrowserCompositorOutputSurface::SetSurfaceSuspendedForRecycle(
|
| + bool suspended) {
|
| }
|
|
|
| -bool SoftwareBrowserCompositorOutputSurface::ShouldNotShowFramesAfterRecycle()
|
| - const {
|
| +bool SoftwareBrowserCompositorOutputSurface::
|
| + SurfaceShouldNotShowFramesAfterSuspendForRecycle() const {
|
| return false;
|
| }
|
| #endif
|
|
|