| Index: ui/aura/window.h
|
| diff --git a/ui/aura/window.h b/ui/aura/window.h
|
| index c6bd5bfd5b787b0d81f0910cfe8371b390f9d339..5bdcdf51520245a09cc80da263b5ad8042c5d5e1 100644
|
| --- a/ui/aura/window.h
|
| +++ b/ui/aura/window.h
|
| @@ -445,6 +445,10 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
|
| // Notifies this window and its parent hierarchy.
|
| void NotifyWindowVisibilityChangedUp(aura::Window* target, bool visible);
|
|
|
| + // Notifies this window and its child hierarchy of a transform applied to
|
| + // |ancestor|.
|
| + void NotifyAncestorWindowTransformed(Window* ancestor);
|
| +
|
| // Invoked when the bounds of the window changes. This may be invoked directly
|
| // by us, or from the closure returned by PrepareForLayerBoundsChange() after
|
| // the bounds of the layer has changed. |old_bounds| is the previous bounds.
|
|
|