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

Unified Diff: ash/wm/aura/aura_layout_manager_adapter.h

Issue 1907863002: Converts DockedWindowLayoutManager to common ash/wm types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 4 years, 8 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 | « ash/shell.cc ('k') | ash/wm/aura/wm_globals_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/aura/aura_layout_manager_adapter.h
diff --git a/ash/wm/aura/aura_layout_manager_adapter.h b/ash/wm/aura/aura_layout_manager_adapter.h
index 88a05140566e1d321ecfb7752e3b6c5cdc5034e2..e5e7ac45a1333dab7a5c4c2d54e39e7ac9d6655f 100644
--- a/ash/wm/aura/aura_layout_manager_adapter.h
+++ b/ash/wm/aura/aura_layout_manager_adapter.h
@@ -25,6 +25,8 @@ class ASH_EXPORT AuraLayoutManagerAdapter : public aura::LayoutManager {
std::unique_ptr<WmLayoutManager> wm_layout_manager);
~AuraLayoutManagerAdapter() override;
+ WmLayoutManager* wm_layout_manager() { return wm_layout_manager_.get(); }
+
// aura::LayoutManager:
void OnWindowResized() override;
void OnWindowAddedToLayout(aura::Window* child) override;
« no previous file with comments | « ash/shell.cc ('k') | ash/wm/aura/wm_globals_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698