| 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 e8fdad9b21e7823a35d2e8b89dee1403af379d17..c470fa09c35d3deedf7c388c67bf5cc0c1199a0e 100644
|
| --- a/content/browser/renderer_host/compositing_iosurface_mac.h
|
| +++ b/content/browser/renderer_host/compositing_iosurface_mac.h
|
| @@ -322,7 +322,7 @@ class CompositingIOSurfaceMac {
|
|
|
| // IOSurface data.
|
| uint64 io_surface_handle_;
|
| - base::mac::ScopedCFTypeRef<CFTypeRef> io_surface_;
|
| + base::ScopedCFTypeRef<CFTypeRef> io_surface_;
|
|
|
| // The width and height of the io surface.
|
| gfx::Size pixel_io_surface_size_; // In pixels.
|
|
|