| Index: ui/aura/window.h
|
| diff --git a/ui/aura/window.h b/ui/aura/window.h
|
| index 1ab83f04b9eea8cd9ce3a7df9653fc99b3d101c0..2cfa58b6dfcea48782211284a0608dff1237b304 100644
|
| --- a/ui/aura/window.h
|
| +++ b/ui/aura/window.h
|
| @@ -314,6 +314,11 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
|
| // Get the current cc::SurfaceId.
|
| cc::SurfaceId GetSurfaceId() const;
|
|
|
| + // See documentation for WindowPort::SetNeedsBeginFrames().
|
| + void SetNeedsBeginFrames(
|
| + bool needs,
|
| + base::RepeatingClosure callback = base::RepeatingClosure());
|
| +
|
| protected:
|
| // Deletes (or removes if not owned by parent) all child windows. Intended for
|
| // use from the destructor.
|
|
|