Chromium Code Reviews| 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 cb4cca63425ca50a0bd155a93c3e494adfc05163..01cd0b07da1e5efd1ed56f596e3cdd23c65eb65c 100644 |
| --- a/athena/home/athena_start_page_view.h |
| +++ b/athena/home/athena_start_page_view.h |
| @@ -45,6 +45,7 @@ class ATHENA_EXPORT AthenaStartPageView |
| gfx::Rect search_box; |
| gfx::Rect icons; |
| gfx::Rect controls; |
| + float top_view_opacity; |
| float logo_opacity; |
| float background_opacity; |
| @@ -68,6 +69,7 @@ class ATHENA_EXPORT AthenaStartPageView |
| // views::View: |
| virtual void Layout() OVERRIDE; |
| virtual bool OnKeyPressed(const ui::KeyEvent& key_event) OVERRIDE; |
| + virtual void ChildPreferredSizeChanged(views::View* child) OVERRIDE; |
| // app_list::SearchBoxViewDelegate: |
| virtual void QueryChanged(app_list::SearchBoxView* sender) OVERRIDE; |
| @@ -76,6 +78,8 @@ class ATHENA_EXPORT AthenaStartPageView |
| app_list::AppListViewDelegate* delegate_; |
| // Views are owned through its hierarchy. |
| + views::View* time_view_; |
| + views::View* status_icon_view_; |
|
sadrul
2014/09/02 15:11:14
Instead of having these two separate items, can th
Jun Mukai
2014/09/02 17:00:58
+1
pkotwicz
2014/09/02 19:47:49
Done.
|
| views::View* app_icon_container_; |
| views::View* search_box_container_; |
| views::View* control_icon_container_; |