Index: ash/wm/toplevel_window_event_filter.h |
diff --git a/ash/wm/toplevel_window_event_filter.h b/ash/wm/toplevel_window_event_filter.h |
index 5b5710c3cf36c1191d1259dce07fd3f9091160c8..0f61e9566992bb7964785a7c26fbfc27e95e44d6 100644 |
--- a/ash/wm/toplevel_window_event_filter.h |
+++ b/ash/wm/toplevel_window_event_filter.h |
@@ -35,12 +35,6 @@ class ASH_EXPORT ToplevelWindowEventFilter |
explicit ToplevelWindowEventFilter(aura::Window* owner); |
virtual ~ToplevelWindowEventFilter(); |
- // Sets the size of the grid. If non-zero all resizes and moves are forced to |
- // fall on a grid of the specified size. The default is 0, meaning the x,y and |
- // width,height are not restricted in anyway. |
- void set_grid_size(int size) { grid_size_ = size; } |
- int grid_size() const { return grid_size_; } |
- |
// Overridden from aura::EventFilter: |
virtual bool PreHandleKeyEvent(aura::Window* target, |
ui::KeyEvent* event) OVERRIDE; |
@@ -100,9 +94,6 @@ class ASH_EXPORT ToplevelWindowEventFilter |
// Is a gesture-resize in progress? |
bool in_gesture_resize_; |
- // See description above setter. |
- int grid_size_; |
- |
scoped_ptr<ScopedWindowResizer> window_resizer_; |
base::Closure quit_closure_; |