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

Unified Diff: athena/home/minimized_home.h

Issue 478293004: Refactor the home card structure and introduce animation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 4 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 | « athena/home/home_card_impl.cc ('k') | athena/home/minimized_home.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/home/minimized_home.h
diff --git a/athena/home/minimized_home.h b/athena/home/minimized_home.h
index 4427f45732d4b57dd4fed10b712cc6d6339fa5bf..8763a8f16d4b120ca819f00c45d50c762c8bdc73 100644
--- a/athena/home/minimized_home.h
+++ b/athena/home/minimized_home.h
@@ -5,13 +5,15 @@
#ifndef ATHENA_HOME_MINIMIZED_HOME_H_
#define ATHENA_HOME_MINIMIZED_HOME_H_
-namespace views {
-class View;
+#include "base/memory/scoped_ptr.h"
+
+namespace ui {
+class LayerOwner;
}
namespace athena {
-views::View* CreateMinimizedHome();
+scoped_ptr<ui::LayerOwner> CreateMinimizedHome();
} // namespace athena
« no previous file with comments | « athena/home/home_card_impl.cc ('k') | athena/home/minimized_home.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698