Chromium Code Reviews| 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..b5d45c64048b3bc2c87e2292702f49a3a3f74dc9 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 SlideIsInProgress() const; |
|
sky
2013/06/21 21:16:54
IsSlideInProgress?
sadrul
2013/06/21 23:48:53
Done.
|
| + |
| 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). |