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

Unified Diff: athena/home/athena_start_page_view.h

Issue 692643003: Moves home card background to HomeCardView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | athena/home/athena_start_page_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/home/athena_start_page_view.h
diff --git a/athena/home/athena_start_page_view.h b/athena/home/athena_start_page_view.h
index a98e9c2bb2a865ad11915fc057524b67491d293e..fd15dca207585e2aaf899c7ca1caffe8bc219ba2 100644
--- a/athena/home/athena_start_page_view.h
+++ b/athena/home/athena_start_page_view.h
@@ -63,7 +63,6 @@ class ATHENA_EXPORT AthenaStartPageView
gfx::Rect controls;
float system_info_opacity;
float logo_opacity;
- float background_opacity;
LayoutData();
};
@@ -110,10 +109,6 @@ class ATHENA_EXPORT AthenaStartPageView
app_list::SearchBoxView* search_box_view_;
app_list::SearchResultListView* search_results_view_;
- // Do not use views::Background but a views::View with ui::Layer for gradient
- // background opacity update and animation.
- views::View* background_;
-
// The expected height of |search_results_view_|
int search_results_height_;
« no previous file with comments | « no previous file | athena/home/athena_start_page_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698