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

Unified Diff: ash/wm/resize_shadow.h

Issue 2824763002: Ash: Fix WM window resize shadow stacking. (Closed)
Patch Set: Created 3 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 | « no previous file | ash/wm/resize_shadow.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/resize_shadow.h
diff --git a/ash/wm/resize_shadow.h b/ash/wm/resize_shadow.h
index d9003abafc74c4378b678384032e44ba8909e5ea..3ebcf46c798a7ad114a3be3357eb84f7010f791b 100644
--- a/ash/wm/resize_shadow.h
+++ b/ash/wm/resize_shadow.h
@@ -32,6 +32,7 @@ class ResizeShadow : public aura::WindowObserver {
const gfx::Rect& old_bounds,
const gfx::Rect& new_bounds) override;
void OnWindowHierarchyChanged(const HierarchyChangeParams& params) override;
+ void OnWindowStackingChanged(aura::Window* window) override;
// Shows resize effects for one or more edges based on a |hit_test| code, such
// as HTRIGHT or HTBOTTOMRIGHT.
« no previous file with comments | « no previous file | ash/wm/resize_shadow.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698