Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(291)

Unified Diff: content/browser/renderer_host/backing_store_mac.h

Issue 16917011: mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: with fixed off-by-1 in git-clang-format Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/power_save_blocker_mac.cc ('k') | content/browser/renderer_host/backing_store_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « content/browser/power_save_blocker_mac.cc ('k') | content/browser/renderer_host/backing_store_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698