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 |