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

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

Issue 181002: Reverting 24700. (Closed) Base URL: svn://chrome-svn/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/download_item_cell.mm
===================================================================
--- chrome/browser/cocoa/download_item_cell.mm (revision 24707)
+++ chrome/browser/cocoa/download_item_cell.mm (working copy)
@@ -333,9 +333,8 @@
controlView:controlView
outerPath:buttonOuterPath
innerPath:buttonInnerPath
- showClickedGradient:[self isButtonPartPressed]
showHighlightGradient:[self isMouseOverButtonPart]
- hoverAlpha:0.0
+ showClickedGradient:[self isButtonPartPressed]
active:active
cellFrame:cellFrame];
@@ -343,9 +342,8 @@
controlView:controlView
outerPath:dropdownOuterPath
innerPath:dropdownInnerPath
- showClickedGradient:[self isDropdownPartPressed]
showHighlightGradient:[self isMouseOverDropdownPart]
- hoverAlpha:0.0
+ showClickedGradient:[self isDropdownPartPressed]
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