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

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

Issue 1954523002: Refactors StackingController::GetDefaultParent to ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge to trunk Created 4 years, 7 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: ash/wm/aura/wm_window_aura.h
diff --git a/ash/wm/aura/wm_window_aura.h b/ash/wm/aura/wm_window_aura.h
index 5dd2266ea06602ef0ba54219a978498d12755ae8..90e1453b7922b142102ec3aecada9b793b5667b2 100644
--- a/ash/wm/aura/wm_window_aura.h
+++ b/ash/wm/aura/wm_window_aura.h
@@ -60,6 +60,7 @@ class ASH_EXPORT WmWindowAura : public WmWindow, public aura::WindowObserver {
gfx::Size GetMaximumSize() const override;
bool GetTargetVisibility() const override;
bool IsVisible() const override;
+ bool IsSystemModal() const override;
bool GetBoolProperty(WmWindowProperty key) override;
int GetIntProperty(WmWindowProperty key) override;
const WindowState* GetWindowState() const override;

Powered by Google App Engine
This is Rietveld 408576698