| Index: content/common/gpu/image_transport_surface_overlay_mac.h
 | 
| diff --git a/content/common/gpu/image_transport_surface_overlay_mac.h b/content/common/gpu/image_transport_surface_overlay_mac.h
 | 
| index 017b2836dcda20e95327ececf30f064e2af30636..47aaa8221c911c3e379957b2afbd427c64dbaa67 100644
 | 
| --- a/content/common/gpu/image_transport_surface_overlay_mac.h
 | 
| +++ b/content/common/gpu/image_transport_surface_overlay_mac.h
 | 
| @@ -50,7 +50,10 @@ class ImageTransportSurfaceOverlayMac : public gfx::GLSurface,
 | 
|                         const gfx::RectF& contents_rect,
 | 
|                         float opacity,
 | 
|                         unsigned background_color,
 | 
| -                       const gfx::SizeF& bounds_size,
 | 
| +                       unsigned edge_aa_mask,
 | 
| +                       const gfx::RectF& bounds_rect,
 | 
| +                       bool is_clipped,
 | 
| +                       const gfx::RectF& clip_rect,
 | 
|                         const gfx::Transform& transform) override;
 | 
|    bool IsSurfaceless() const override;
 | 
|  
 | 
| 
 |