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

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

Issue 2959573002: Add star to the rating of playstore app (Closed)
Patch Set: Rebase 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
« no previous file with comments | « ui/app_list/vector_icons/ic_badge_rating.1x.icon ('k') | ui/app_list/views/search_result_tile_item_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/search_result_tile_item_view.h
diff --git a/ui/app_list/views/search_result_tile_item_view.h b/ui/app_list/views/search_result_tile_item_view.h
index 17e40f4dc8fb6a8c9ec85dfa2e68a433855219cb..03404fef42bd5c195b5a0ae9b25c3f7c47da150a 100644
--- a/ui/app_list/views/search_result_tile_item_view.h
+++ b/ui/app_list/views/search_result_tile_item_view.h
@@ -69,6 +69,7 @@ class APP_LIST_EXPORT SearchResultTileItemView
views::Label* rating_ = nullptr; // Owned by views hierarchy.
views::Label* price_ = nullptr; // Owned by views hierarchy.
+ views::ImageView* rating_star_ = nullptr; // Owned by views hierarchy.
AppListViewDelegate* view_delegate_;
« no previous file with comments | « ui/app_list/vector_icons/ic_badge_rating.1x.icon ('k') | ui/app_list/views/search_result_tile_item_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698