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

Unified Diff: chrome/browser/ui/cocoa/tabs/tab_view.h

Issue 918533005: Mac: Optimize TabView drawing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for rsesek Created 5 years, 10 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 | « no previous file | chrome/browser/ui/cocoa/tabs/tab_view.mm » ('j') | chrome/browser/ui/cocoa/tabs/tab_view.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/tabs/tab_view.h
diff --git a/chrome/browser/ui/cocoa/tabs/tab_view.h b/chrome/browser/ui/cocoa/tabs/tab_view.h
index 4ac7659384237900eeedcd3f6b8b43d49e37a36c..a4487bfd3543e5a4a98c941ec9737d056891ba26 100644
--- a/chrome/browser/ui/cocoa/tabs/tab_view.h
+++ b/chrome/browser/ui/cocoa/tabs/tab_view.h
@@ -75,12 +75,6 @@ const CGFloat kImageNoFocusAlpha = 0.65;
// The tool tip text for this tab view.
base::scoped_nsobject<NSString> toolTipText_;
-
- // A one-element mask image cache. This cache makes drawing roughly 16%
- // faster.
- base::ScopedCFTypeRef<CGImageRef> maskCache_;
- CGFloat maskCacheWidth_;
- CGFloat maskCacheScale_;
}
@property(retain, nonatomic) NSString* title;
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/tabs/tab_view.mm » ('j') | chrome/browser/ui/cocoa/tabs/tab_view.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698