Index: ui/views/widget/native_widget_aura.cc |
diff --git a/ui/views/widget/native_widget_aura.cc b/ui/views/widget/native_widget_aura.cc |
index a71b3d7b1335aa492952e285fbf9489da33dbf8a..e079332b9a653628170d30fda24c8272ce83ba31 100644 |
--- a/ui/views/widget/native_widget_aura.cc |
+++ b/ui/views/widget/native_widget_aura.cc |
@@ -603,7 +603,7 @@ void NativeWidgetAura::SetUseDragFrame(bool use_drag_frame) { |
} |
void NativeWidgetAura::FlashFrame(bool flash) { |
- NOTIMPLEMENTED(); |
+ window_->SetProperty(aura::client::kDrawAttentionKey, flash); |
} |
bool NativeWidgetAura::IsAccessibleWidget() const { |