| 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 83e56de330a88dbd4351e31d233da1b8be319e6f..b6e7c1247832d760ce14ab8436e51d0431f8c41f 100644
|
| --- a/content/browser/web_contents/aura/window_slider.h
|
| +++ b/content/browser/web_contents/aura/window_slider.h
|
| @@ -140,14 +140,14 @@ class CONTENT_EXPORT WindowSlider : public ui::EventHandler,
|
| // This manages the shadow for the layers.
|
| scoped_ptr<ShadowLayerDelegate> shadow_;
|
|
|
| - base::WeakPtrFactory<WindowSlider> weak_factory_;
|
| -
|
| float active_start_threshold_;
|
|
|
| const float start_threshold_touchscreen_;
|
| const float start_threshold_touchpad_;
|
| const float complete_threshold_;
|
|
|
| + base::WeakPtrFactory<WindowSlider> weak_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(WindowSlider);
|
| };
|
|
|
|
|