| Index: views/widget/native_widget_aura.cc
|
| diff --git a/views/widget/native_widget_aura.cc b/views/widget/native_widget_aura.cc
|
| index 8da5452a3bda5237fb9ef22eab9ea92d92fbd19f..33f65eb603069be8b073824fcc8d1bdb14c89964 100644
|
| --- a/views/widget/native_widget_aura.cc
|
| +++ b/views/widget/native_widget_aura.cc
|
| @@ -721,9 +721,7 @@ void NativeWidgetPrivate::ReparentNativeView(gfx::NativeView native_view,
|
|
|
| // static
|
| bool NativeWidgetPrivate::IsMouseButtonDown() {
|
| - // http://crbug.com/102577
|
| - NOTIMPLEMENTED();
|
| - return false;
|
| + return aura::Desktop::GetInstance()->IsMouseButtonDown();
|
| }
|
|
|
| } // namespace internal
|
|
|