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

Unified Diff: ui/app_list/search_result_observer.h

Issue 2920393002: Implementing answer card hover highlight. (Closed)
Patch Set: Fixing regression introduced by https://chromium-review.googlesource.com/c/520702/8/ui/app_list/vie… Created 3 years, 6 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/search_result_observer.h
diff --git a/ui/app_list/search_result_observer.h b/ui/app_list/search_result_observer.h
index 72ed4fb25d56c0fc4276b713e8cd9d32f0a539ff..53220028307dd20c2b862fdbcbf180c31da725a4 100644
--- a/ui/app_list/search_result_observer.h
+++ b/ui/app_list/search_result_observer.h
@@ -32,6 +32,10 @@ class APP_LIST_EXPORT SearchResultObserver {
// Invoked just before the SearchResult is destroyed.
virtual void OnResultDestroying() {}
+ // Invoked when SearchResult has an associated view, and the mouse cursor
+ // enters or exits that view.
xiyuan 2017/06/06 18:53:53 nit: Document that it is needed because the view i
vadimt 2017/06/06 19:18:54 Done.
+ virtual void OnViewHoverStateChanged() {}
+
protected:
virtual ~SearchResultObserver() {}
};

Powered by Google App Engine
This is Rietveld 408576698