Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(466)

Unified Diff: ui/app_list/views/app_list_view.h

Issue 913133007: Allow scroll events to open custom launcher pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698