| Index: content/browser/renderer_host/compositing_iosurface_mac.h
|
| diff --git a/content/browser/renderer_host/compositing_iosurface_mac.h b/content/browser/renderer_host/compositing_iosurface_mac.h
|
| index d632f52677999421b75f9b87f3cf008ada014908..28bfee0eb3e79771115a0f38920fa240778de90f 100644
|
| --- a/content/browser/renderer_host/compositing_iosurface_mac.h
|
| +++ b/content/browser/renderer_host/compositing_iosurface_mac.h
|
| @@ -66,8 +66,7 @@ class CompositingIOSurfaceMac
|
| bool DrawIOSurface(
|
| scoped_refptr<CompositingIOSurfaceContext> drawing_context,
|
| const gfx::Rect& window_rect,
|
| - float window_scale_factor,
|
| - bool flush_drawable) WARN_UNUSED_RESULT;
|
| + float window_scale_factor) WARN_UNUSED_RESULT;
|
|
|
| // Copy the data of the "live" OpenGL texture referring to this IOSurfaceRef
|
| // into |out|. The copied region is specified with |src_pixel_subrect| and
|
|
|