| Index: content/common/gpu/image_transport_surface_fbo_mac.h
|
| diff --git a/content/common/gpu/image_transport_surface_fbo_mac.h b/content/common/gpu/image_transport_surface_fbo_mac.h
|
| index 44eeec79fd18e5dbe8ddae247163d3b232a15b89..b0747f537b0eb99e7fb1b8561ebd35a5fd1b466d 100644
|
| --- a/content/common/gpu/image_transport_surface_fbo_mac.h
|
| +++ b/content/common/gpu/image_transport_surface_fbo_mac.h
|
| @@ -53,8 +53,9 @@ class ImageTransportSurfaceFBO
|
| virtual void DiscardBackbuffer() = 0;
|
|
|
| // Called once for every SwapBuffers call when the IPC for the present has
|
| - // been processed by the browser.
|
| - virtual void SwapBuffersAckedByBrowser() = 0;
|
| + // been processed by the browser. |disable_throttling| is set if the
|
| + // browser suspects that GPU back-pressure should be disabled.
|
| + virtual void SwapBuffersAckedByBrowser(bool disable_throttling) = 0;
|
| };
|
|
|
| ImageTransportSurfaceFBO(GpuChannelManager* manager,
|
|
|