| Index: content/common/gpu/image_transport_surface_iosurface_mac.cc
|
| diff --git a/content/common/gpu/image_transport_surface_iosurface_mac.cc b/content/common/gpu/image_transport_surface_iosurface_mac.cc
|
| index 6ef1fc6e80221f0ea235426b10beb1935da9f728..121a3a2f2ba49d3489073e7a3fbd8a0b02d7dd4e 100644
|
| --- a/content/common/gpu/image_transport_surface_iosurface_mac.cc
|
| +++ b/content/common/gpu/image_transport_surface_iosurface_mac.cc
|
| @@ -124,7 +124,8 @@ void IOSurfaceStorageProvider::WillWriteToBackbuffer() {
|
| void IOSurfaceStorageProvider::DiscardBackbuffer() {
|
| }
|
|
|
| -void IOSurfaceStorageProvider::SwapBuffersAckedByBrowser() {
|
| +void IOSurfaceStorageProvider::SwapBuffersAckedByBrowser(
|
| + bool disable_throttling) {
|
| DCHECK(!pending_swapped_surfaces_.empty());
|
| pending_swapped_surfaces_.pop_front();
|
| }
|
|
|