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

Unified Diff: third_party/molokocacao/NSBezierPath+MCAdditions.h

Issue 10556030: mac: Fix close button appearance in HiDPI. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: . Created 8 years, 6 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 | « chrome/browser/ui/cocoa/hover_close_button.mm ('k') | third_party/molokocacao/NSBezierPath+MCAdditions.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/molokocacao/NSBezierPath+MCAdditions.h
diff --git a/third_party/molokocacao/NSBezierPath+MCAdditions.h b/third_party/molokocacao/NSBezierPath+MCAdditions.h
index eb64479ee80e9f364761fa199917998f040e9d76..f56660f90b36688bb4fab6288aa98179db6d3c62 100644
--- a/third_party/molokocacao/NSBezierPath+MCAdditions.h
+++ b/third_party/molokocacao/NSBezierPath+MCAdditions.h
@@ -16,7 +16,7 @@
- (NSBezierPath*)pathWithStrokeWidth:(CGFloat)strokeWidth;
-- (void)fillWithInnerShadow:(NSShadow *)shadow scale:(float)scale;
+- (void)fillWithInnerShadow:(NSShadow *)shadow;
- (void)drawBlurWithColor:(NSColor*)color radius:(CGFloat)radius;
- (void)strokeInside;
« no previous file with comments | « chrome/browser/ui/cocoa/hover_close_button.mm ('k') | third_party/molokocacao/NSBezierPath+MCAdditions.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698