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

Unified Diff: chrome/browser/cocoa/download_item_cell.mm

Issue 165499: Updates to clean up default theme and add hover states (Closed) Base URL: http://src.chromium.org/svn/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/download_item_cell.mm
===================================================================
--- chrome/browser/cocoa/download_item_cell.mm (revision 24798)
+++ chrome/browser/cocoa/download_item_cell.mm (working copy)
@@ -333,8 +333,9 @@
controlView:controlView
outerPath:buttonOuterPath
innerPath:buttonInnerPath
+ showClickedGradient:[self isButtonPartPressed]
showHighlightGradient:[self isMouseOverButtonPart]
- showClickedGradient:[self isButtonPartPressed]
+ hoverAlpha:0.0
active:active
cellFrame:cellFrame];
@@ -342,8 +343,9 @@
controlView:controlView
outerPath:dropdownOuterPath
innerPath:dropdownInnerPath
+ showClickedGradient:[self isDropdownPartPressed]
showHighlightGradient:[self isMouseOverDropdownPart]
- showClickedGradient:[self isDropdownPartPressed]
+ hoverAlpha:0.0
active:active
cellFrame:cellFrame];
« no previous file with comments | « chrome/browser/cocoa/browser_window_controller_unittest.mm ('k') | chrome/browser/cocoa/gradient_button_cell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698