diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-08 17:56:29 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-08 17:56:29 +0000 |
commit | 90711a98a094c8fed2b4875131f4fa1c90990253 (patch) | |
tree | 2319359229b3197059cb88df60e6f74ca80f7555 /chrome/browser/cocoa/view_resizer.h | |
parent | 5b7b393af2369c957efae1e9c196df89f6a28caa (diff) | |
download | chromium_src-90711a98a094c8fed2b4875131f4fa1c90990253.zip chromium_src-90711a98a094c8fed2b4875131f4fa1c90990253.tar.gz chromium_src-90711a98a094c8fed2b4875131f4fa1c90990253.tar.bz2 |
Mac: clean-up of incognito badge code and float -> CGFloat.
BUG=none
TEST=everything still builds and works
Review URL: http://codereview.chromium.org/669277
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40906 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/view_resizer.h')
-rw-r--r-- | chrome/browser/cocoa/view_resizer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/view_resizer.h b/chrome/browser/cocoa/view_resizer.h index 209f2e4..18bb0d1 100644 --- a/chrome/browser/cocoa/view_resizer.h +++ b/chrome/browser/cocoa/view_resizer.h @@ -15,7 +15,7 @@ // to perform the resize. This allows the parent to do any re-layout that may // become necessary due to the resize. @protocol ViewResizer <NSObject> -- (void)resizeView:(NSView*)view newHeight:(float)height; +- (void)resizeView:(NSView*)view newHeight:(CGFloat)height; @optional // Optional method called when an animation is beginning or ending. Resize |