| Index: ui/surface/accelerated_surface_mac.h
|
| diff --git a/ui/surface/accelerated_surface_mac.h b/ui/surface/accelerated_surface_mac.h
|
| index e070287141a6ecd5de5648e6b6af647778d494ec..0fbcbdb30d39e1f0fceefae44e74b3aa206a02e0 100644
|
| --- a/ui/surface/accelerated_surface_mac.h
|
| +++ b/ui/surface/accelerated_surface_mac.h
|
| @@ -118,7 +118,7 @@ class SURFACE_EXPORT AcceleratedSurface {
|
| // to the shared region (IOSurface).
|
| scoped_refptr<gfx::GLSurface> gl_surface_;
|
| scoped_refptr<gfx::GLContext> gl_context_;
|
| - base::mac::ScopedCFTypeRef<CFTypeRef> io_surface_;
|
| + base::ScopedCFTypeRef<CFTypeRef> io_surface_;
|
|
|
| // The id of |io_surface_| or 0 if that's NULL.
|
| uint32 io_surface_id_;
|
|
|