| 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_
|
|
|