| Index: ui/views/widget/desktop_native_widget_aura.cc
|
| diff --git a/ui/views/widget/desktop_native_widget_aura.cc b/ui/views/widget/desktop_native_widget_aura.cc
|
| index a19611f2fabe0a994d15b0f7e30ed2911b5799ff..d8abf5f951f6ff9f6930a489559f081bc6229147 100644
|
| --- a/ui/views/widget/desktop_native_widget_aura.cc
|
| +++ b/ui/views/widget/desktop_native_widget_aura.cc
|
| @@ -352,8 +352,7 @@ gfx::NativeCursor DesktopNativeWidgetAura::GetCursor(const gfx::Point& point) {
|
|
|
| int DesktopNativeWidgetAura::GetNonClientComponent(
|
| const gfx::Point& point) const {
|
| - // TODO(beng): seems like this shouldn't be necessary here, right?
|
| - return HTCLIENT;
|
| + return native_widget_delegate_->GetNonClientComponent(point);
|
| }
|
|
|
| bool DesktopNativeWidgetAura::ShouldDescendIntoChildForEventHandling(
|
|
|