| Index: ui/aura/window_observer.h
|
| diff --git a/ui/aura/window_observer.h b/ui/aura/window_observer.h
|
| index 9aaeca8f9578f5ef79ee651c7d256676ebf1a692..f4e7237f990d23fc2d740f4055554dcbdecc17fa 100644
|
| --- a/ui/aura/window_observer.h
|
| +++ b/ui/aura/window_observer.h
|
| @@ -82,6 +82,10 @@ class AURA_EXPORT WindowObserver {
|
| virtual void OnWindowTransforming(Window* window) {}
|
| virtual void OnWindowTransformed(Window* window) {}
|
|
|
| + // Invoked when SetTransform() is invoked on an ancestor of the window being
|
| + // observed (including the window itself).
|
| + virtual void OnAncestorWindowTransformed(Window* source, Window* window) {}
|
| +
|
| // Invoked when |window|'s position among its siblings in the stacking order
|
| // has changed.
|
| virtual void OnWindowStackingChanged(Window* window) {}
|
|
|