diff options
Diffstat (limited to 'cc/input/pinch_zoom_scrollbar.h')
-rw-r--r-- | cc/input/pinch_zoom_scrollbar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/input/pinch_zoom_scrollbar.h b/cc/input/pinch_zoom_scrollbar.h index aad5b27..2aa6005 100644 --- a/cc/input/pinch_zoom_scrollbar.h +++ b/cc/input/pinch_zoom_scrollbar.h @@ -42,11 +42,11 @@ class PinchZoomScrollbar : public WebKit::WebScrollbar { virtual WebKit::WebScrollbar::Orientation orientation() const; private: - DISALLOW_COPY_AND_ASSIGN(PinchZoomScrollbar); - WebKit::WebScrollbar::Orientation orientation_; LayerTreeHost* owner_; + + DISALLOW_COPY_AND_ASSIGN(PinchZoomScrollbar); }; // class PinchZoomScrollbar } // namespace cc -#endif // CC_INPUT_PINCH_ZOOM_SCROLLBAR_H_ +#endif // CC_INPUT_PINCH_ZOOM_SCROLLBAR_H_ |