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

Unified Diff: chrome/browser/cocoa/third_party/NSBezierPath+MCAdditions.h

Issue 2833050: [Mac] Moving some new third party code into its proper dir. Also tweak the ra... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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
Index: chrome/browser/cocoa/third_party/NSBezierPath+MCAdditions.h
===================================================================
--- chrome/browser/cocoa/third_party/NSBezierPath+MCAdditions.h (revision 51367)
+++ chrome/browser/cocoa/third_party/NSBezierPath+MCAdditions.h (working copy)
@@ -1,27 +0,0 @@
-//
-// NSBezierPath+MCAdditions.h
-//
-// Created by Sean Patrick O'Brien on 4/1/08.
-// Copyright 2008 MolokoCacao. All rights reserved.
-//
-
-#ifndef CHROME_BROWSER_COCOA_THIRD_PARTY_NSBEZIERPATH_MCADDITIONS_H_
-#define CHROME_BROWSER_COCOA_THIRD_PARTY_NSBEZIERPATH_MCADDITIONS_H_
-
-#import <Cocoa/Cocoa.h>
-
-@interface NSBezierPath (MCAdditions)
-
-+ (NSBezierPath*)bezierPathWithCGPath:(CGPathRef)pathRef;
-
-- (NSBezierPath*)pathWithStrokeWidth:(CGFloat)strokeWidth;
-
-- (void)fillWithInnerShadow:(NSShadow*)shadow;
-- (void)drawBlurWithColor:(NSColor*)color radius:(CGFloat)radius;
-
-- (void)strokeInside;
-- (void)strokeInsideWithinRect:(NSRect)clipRect;
-
-@end
-
-#endif // CHROME_BROWSER_COCOA_THIRD_PARTY_NSBEZIERPATH_MCADDITIONS_H_

Powered by Google App Engine
This is Rietveld 408576698