| Index: ash/wm/partial_screenshot_view.h
|
| diff --git a/ash/wm/partial_screenshot_view.h b/ash/wm/partial_screenshot_view.h
|
| index a2ca607f2ff88e93c7b3ddcea03bb6c615c073e7..c5cc18cd3499ce7c97aa79fec38e1d1817b18941 100644
|
| --- a/ash/wm/partial_screenshot_view.h
|
| +++ b/ash/wm/partial_screenshot_view.h
|
| @@ -46,6 +46,10 @@ class ASH_EXPORT PartialScreenshotView : public views::WidgetDelegateView {
|
| virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
|
| virtual void OnMouseReleased(const ui::MouseEvent& event) OVERRIDE;
|
|
|
| + // Overidden from EventHandler
|
| + virtual void OnTouchEvent(ui::TouchEvent* event) OVERRIDE;
|
| +
|
| + int current_touch_id_;
|
| bool is_dragging_;
|
| gfx::Point start_position_;
|
| gfx::Point current_position_;
|
|
|