diff options
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 199b60f..091222d 100644 --- a/chrome/browser/cocoa/view_resizer.h +++ b/chrome/browser/cocoa/view_resizer.h @@ -14,7 +14,7 @@ // than resizing it directly, it sends a message to its parent asking the parent // to perform the resize. This allows the parent to do any re-layout that may // become necessary due to the resize. -@protocol ViewResizer +@protocol ViewResizer <NSObject> - (void)resizeView:(NSView*)view newHeight:(float)height; @end |