| Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| index 8735ac0773dac909c48476c97f4a69cf19c6effa..1670add68bfeca546abc4db34026da9e817c7031 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| @@ -160,6 +160,7 @@ class VIEWS_EXPORT DesktopNativeWidgetAura
|
| virtual void SetFullscreen(bool fullscreen) OVERRIDE;
|
| virtual bool IsFullscreen() const OVERRIDE;
|
| virtual void SetOpacity(unsigned char opacity) OVERRIDE;
|
| + virtual void SetHasShadow(bool has_shadow) OVERRIDE;
|
| virtual void SetUseDragFrame(bool use_drag_frame) OVERRIDE;
|
| virtual void FlashFrame(bool flash_frame) OVERRIDE;
|
| virtual void RunShellDrag(View* view,
|
|
|