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

Unified Diff: chrome/browser/cocoa/gradient_button_cell.h

Issue 173445: Cache GTMTheme across windows to avoid re-creating it every time we create a ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 4 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
Index: chrome/browser/cocoa/gradient_button_cell.h
===================================================================
--- chrome/browser/cocoa/gradient_button_cell.h (revision 24242)
+++ chrome/browser/cocoa/gradient_button_cell.h (working copy)
@@ -34,7 +34,7 @@
BOOL isMouseInside_;
scoped_nsobject<NSTrackingArea> trackingArea_;
BOOL shouldTheme_;
-
+ scoped_nsobject<NSGradient> gradient_;
scoped_nsobject<NSImage> underlayImage_;
}

Powered by Google App Engine
This is Rietveld 408576698