| Index: content/browser/web_contents/aura/window_slider.h
|
| diff --git a/content/browser/web_contents/aura/window_slider.h b/content/browser/web_contents/aura/window_slider.h
|
| index 08c964e196aa6ba68b59023d82ca668163288f02..9496cd90c6256ae49e2dc6e1a6510f5e395906e0 100644
|
| --- a/content/browser/web_contents/aura/window_slider.h
|
| +++ b/content/browser/web_contents/aura/window_slider.h
|
| @@ -65,6 +65,8 @@ class CONTENT_EXPORT WindowSlider : public ui::EventHandler,
|
| // Changes the owner of the slider.
|
| void ChangeOwner(aura::Window* new_owner);
|
|
|
| + bool IsSlideInProgress() const;
|
| +
|
| private:
|
| // Sets up the slider layer correctly (sets the correct bounds of the layer,
|
| // parents it to the right layer, and sets up the correct stacking order).
|
|
|