| Index: ui/aura/window.h
|
| diff --git a/ui/aura/window.h b/ui/aura/window.h
|
| index 5f2cab94c9c094ab850624aeb219607d154234fb..22794c72a2609a5adf1aec2610318750133822a4 100644
|
| --- a/ui/aura/window.h
|
| +++ b/ui/aura/window.h
|
| @@ -418,10 +418,6 @@ 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
|
| - // |source|.
|
| - void NotifyAncestorWindowTransformed(Window* source);
|
| -
|
| // Overridden from ui::LayerDelegate:
|
| void OnPaintLayer(const ui::PaintContext& context) override;
|
| void OnDelegatedFrameDamage(const gfx::Rect& damage_rect_in_dip) override;
|
|
|