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

Unified Diff: ash/aura/wm_window_aura.h

Issue 2222653002: Moves CustomFrameViewAsh to common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 4 years, 4 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/aura/wm_window_aura.h
diff --git a/ash/aura/wm_window_aura.h b/ash/aura/wm_window_aura.h
index 704b9c868f1c314860f15e1ffbfb5a28fc5e3980..449c74a695a9070b6528252f63faf625d440722a 100644
--- a/ash/aura/wm_window_aura.h
+++ b/ash/aura/wm_window_aura.h
@@ -154,6 +154,9 @@ class ASH_EXPORT WmWindowAura : public WmWindow,
std::vector<WmWindow*> GetChildren() override;
void ShowResizeShadow(int component) override;
void HideResizeShadow() override;
+ void InstallResizeHandleWindowTargeter(
+ WmImmersiveFullscreenController* immersive_fullscreen_controller)
+ override;
void SetBoundsInScreenBehaviorForChildren(
BoundsInScreenBehavior behavior) override;
void SetSnapsChildrenToPhysicalPixelBoundary() override;

Powered by Google App Engine
This is Rietveld 408576698