| Index: chrome/browser/ui/panels/panel_window_controller_cocoa.h
|
| ===================================================================
|
| --- chrome/browser/ui/panels/panel_window_controller_cocoa.h (revision 116244)
|
| +++ chrome/browser/ui/panels/panel_window_controller_cocoa.h (working copy)
|
| @@ -63,8 +63,8 @@
|
| - (ThemedWindowStyle)themedWindowStyle;
|
| - (NSPoint)themePatternPhase;
|
|
|
| -- (void)tabInserted:(TabContents*)contents;
|
| -- (void)tabDetached:(TabContents*)contents;
|
| +- (void)tabInserted:(content::WebContents*)contents;
|
| +- (void)tabDetached:(content::WebContents*)contents;
|
|
|
| // Sometimes (when we animate the size of the window) we want to stop resizing
|
| // the TabContents' cocoa view to avoid unnecessary rendering and issues
|
|
|