| Index: chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
|
| diff --git a/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h b/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
|
| index 9f05cc0c2ef4b56fc65d069b42e2252c19534d8d..ed77dad11f238f32181368e39eff5207927c7120 100644
|
| --- a/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
|
| +++ b/chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
|
| @@ -125,6 +125,8 @@ class NativeAppWindowCocoa : public apps::NativeAppWindow,
|
| virtual void HandleKeyboardEvent(
|
| const content::NativeWebKeyboardEvent& event) OVERRIDE;
|
| virtual bool IsFrameless() const OVERRIDE;
|
| + virtual bool HasFrameColor() const OVERRIDE;
|
| + virtual SkColor FrameColor() const OVERRIDE;
|
| virtual gfx::Insets GetFrameInsets() const OVERRIDE;
|
|
|
| // These are used to simulate Mac-style hide/show. Since windows can be hidden
|
|
|