diff options
Diffstat (limited to 'content/browser/renderer_host/compositing_iosurface_mac.h')
-rw-r--r-- | content/browser/renderer_host/compositing_iosurface_mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/renderer_host/compositing_iosurface_mac.h b/content/browser/renderer_host/compositing_iosurface_mac.h index e8fdad9..c470fa0 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. |