| Index: chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h (revision 285043)
|
| +++ chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h (working copy)
|
| @@ -135,6 +135,7 @@
|
| virtual SkColor ActiveFrameColor() const OVERRIDE;
|
| virtual SkColor InactiveFrameColor() const OVERRIDE;
|
| virtual gfx::Insets GetFrameInsets() const OVERRIDE;
|
| + virtual bool CanHaveAlphaEnabled() const OVERRIDE;
|
|
|
| // These are used to simulate Mac-style hide/show. Since windows can be hidden
|
| // and shown using the app.window API, this sets is_hidden_with_app_ to
|
|
|