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..7e9f6c75ff93cbc44b32227c2b0b70ec522e8afc 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 SetHasActivationShadow(bool has_shadow) OVERRIDE; |
virtual void SetUseDragFrame(bool use_drag_frame) OVERRIDE; |
virtual void FlashFrame(bool flash_frame) OVERRIDE; |
virtual void RunShellDrag(View* view, |