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

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

Issue 1918883002: Makes Panel related classes use ash/wm/common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@phantom_window_controller
Patch Set: fix windows 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
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 260bbec3f4b5141ba2804b6be4c7e95199205b50..2c6ac34186f6b29a89e353ebcbc47385829a629f 100644
--- a/ash/wm/aura/wm_window_aura.h
+++ b/ash/wm/aura/wm_window_aura.h
@@ -61,6 +61,7 @@ class ASH_EXPORT WmWindowAura : public WmWindow, public aura::WindowObserver {
bool GetTargetVisibility() const override;
bool IsVisible() const override;
bool GetBoolProperty(WmWindowProperty key) override;
+ int GetIntProperty(WmWindowProperty key) override;
const WindowState* GetWindowState() const override;
WmWindow* GetToplevelWindow() override;
void SetParentUsingContext(WmWindow* context,

Powered by Google App Engine
This is Rietveld 408576698