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

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: rease 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
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();
sadrul 2014/08/26 15:47:26 I think you should just return a Layer here.
Jun Mukai 2014/08/26 17:21:33 I need the LayerDelegate to draw the content of mi
sadrul 2014/08/26 20:11:18 Ah, I see.
} // namespace athena

Powered by Google App Engine
This is Rietveld 408576698