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

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: visibility changed 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..38748f99185de162e19da0faf817ce589b34b68c 100644
--- a/athena/util/fill_layout_manager.h
+++ b/athena/util/fill_layout_manager.h
@@ -12,6 +12,8 @@ namespace athena {
class ATHENA_EXPORT FillLayoutManager : public aura::LayoutManager {
public:
+ static void SetAlwaysFill(aura::Window* window);
+
explicit FillLayoutManager(aura::Window* container);
~FillLayoutManager() override;
« 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