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

Unified Diff: athena/util/fill_layout_manager.h

Issue 697143005: Fills athena background always. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/system/background_controller.cc ('k') | athena/util/fill_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/util/fill_layout_manager.h
diff --git a/athena/util/fill_layout_manager.h b/athena/util/fill_layout_manager.h
index 50e7df8ffeed3724b23e1ffb16628cd53598102a..32233e101916c8d2c894e9f08a11a0006d8f8efe 100644
--- a/athena/util/fill_layout_manager.h
+++ b/athena/util/fill_layout_manager.h
@@ -8,8 +8,19 @@
#include "athena/athena_export.h"
#include "ui/aura/layout_manager.h"
+namespace aura {
+template <typename T>
+struct WindowProperty;
+}
+
namespace athena {
+// A property key for FillLayoutManager; FillLayoutManager always fills the
+// window when this key is set to true regardless of the window type. The
+// default value is false.
+ATHENA_EXPORT extern const aura::WindowProperty<bool>* const
+ kAlwaysFillWindowKey;
+
class ATHENA_EXPORT FillLayoutManager : public aura::LayoutManager {
public:
explicit FillLayoutManager(aura::Window* container);
« no previous file with comments | « athena/system/background_controller.cc ('k') | athena/util/fill_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698