| 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 866853c697243a9df18bc2de669631ef4f585332..6b5a98ddb7976f418f3255146e4650aba27aadfd 100644
|
| --- a/content/browser/compositor/software_browser_compositor_output_surface.cc
|
| +++ b/content/browser/compositor/software_browser_compositor_output_surface.cc
|
| @@ -54,12 +54,13 @@ void SoftwareBrowserCompositorOutputSurface::SwapBuffers(
|
| client_->DidSwapBuffers();
|
| }
|
|
|
| -#if defined(OS_MACOSX)
|
| -void SoftwareBrowserCompositorOutputSurface::OnSurfaceDisplayed() {
|
| - // See GpuBrowserCompositorOutputSurface for when and how this is used.
|
| - NOTREACHED() << "Not expected for software surfaces.";
|
| +void SoftwareBrowserCompositorOutputSurface::OnGpuSwapBuffersCompleted(
|
| + const std::vector<ui::LatencyInfo>& latency_info,
|
| + gfx::SwapResult result) {
|
| + NOTREACHED();
|
| }
|
|
|
| +#if defined(OS_MACOSX)
|
| void SoftwareBrowserCompositorOutputSurface::SetSurfaceSuspendedForRecycle(
|
| bool suspended) {
|
| }
|
|
|