| Index: ui/app_list/views/app_list_view.h
|
| diff --git a/ui/app_list/views/app_list_view.h b/ui/app_list/views/app_list_view.h
|
| index 2567f883843bd1250387e54023ab6dc1d4fbf376..1634cef5ba05cf744078da55c0841dc0a4f29ab4 100644
|
| --- a/ui/app_list/views/app_list_view.h
|
| +++ b/ui/app_list/views/app_list_view.h
|
| @@ -104,6 +104,9 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
|
|
|
| // WidgetDelegate overrides:
|
| bool ShouldHandleSystemCommands() const override;
|
| + bool ShouldDescendIntoChildForEventHandling(
|
| + gfx::NativeView child,
|
| + const gfx::Point& location) override;
|
|
|
| // Overridden from AppListViewDelegateObserver:
|
| void OnProfilesChanged() override;
|
|
|