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

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

Issue 2860113002: [Mac] Remove unused property on GradientButtonCell (Closed)
Patch Set: Created 3 years, 7 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/gradient_button_cell.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/gradient_button_cell.h
diff --git a/chrome/browser/ui/cocoa/gradient_button_cell.h b/chrome/browser/ui/cocoa/gradient_button_cell.h
index 882f14d215c06cd95a8280317019b9b0c0329eed..44ad719e9297b5947391aad880cf53eb0f88ae5b 100644
--- a/chrome/browser/ui/cocoa/gradient_button_cell.h
+++ b/chrome/browser/ui/cocoa/gradient_button_cell.h
@@ -64,7 +64,6 @@ typedef enum {
base::scoped_nsobject<NSGradient> gradient_;
gradient_button_cell::PulseState pulseState_;
CGFloat outerStrokeAlphaMult_; // For pulsing.
- base::scoped_nsobject<NSImage> overlayImage_;
}
// Turn off theming. Temporary work-around.
@@ -123,10 +122,6 @@ typedef enum {
@property(assign, nonatomic) CGFloat hoverAlpha;
-// An image that will be drawn after the normal content of the button cell,
-// overlaying it. Never themed.
-@property(retain, nonatomic) NSImage* overlayImage;
-
@end
@interface GradientButtonCell(TestingAPI)
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/gradient_button_cell.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698