| 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];
|
|
|
|
|