| Index: content/browser/renderer_host/backing_store_mac.h
|
| diff --git a/content/browser/renderer_host/backing_store_mac.h b/content/browser/renderer_host/backing_store_mac.h
|
| index cc78e767a746bc900c3e199a0a9410416328cb58..698ca3d028ce29f4ea2b5402ab55f94671bee13c 100644
|
| --- a/content/browser/renderer_host/backing_store_mac.h
|
| +++ b/content/browser/renderer_host/backing_store_mac.h
|
| @@ -62,8 +62,8 @@ class BackingStoreMac : public BackingStore {
|
| // result.
|
| CGContextRef CreateCGBitmapContext();
|
|
|
| - base::mac::ScopedCFTypeRef<CGContextRef> cg_bitmap_;
|
| - base::mac::ScopedCFTypeRef<CGLayerRef> cg_layer_;
|
| + base::ScopedCFTypeRef<CGContextRef> cg_bitmap_;
|
| + base::ScopedCFTypeRef<CGLayerRef> cg_layer_;
|
|
|
| // Number of physical pixels per view unit. This is 1 or 2 in practice.
|
| float device_scale_factor_;
|
|
|