| Index: chrome/browser/ui/touch/tabs/touch_tab.h
|
| diff --git a/chrome/browser/ui/touch/tabs/touch_tab.h b/chrome/browser/ui/touch/tabs/touch_tab.h
|
| index 23d28defc193865e17f878ec3af9f46c914f7893..eb07137e6abbf6fc404b818d350ed73cd56a178d 100644
|
| --- a/chrome/browser/ui/touch/tabs/touch_tab.h
|
| +++ b/chrome/browser/ui/touch/tabs/touch_tab.h
|
| @@ -42,6 +42,10 @@ class TouchTab : public BaseTab {
|
|
|
| private:
|
| // Overridden from views::View:
|
| + virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE;
|
| + virtual bool OnMouseDragged(const views::MouseEvent& event) OVERRIDE;
|
| + virtual void OnMouseReleased(const views::MouseEvent& event,
|
| + bool canceled) OVERRIDE;
|
| virtual void OnPaint(gfx::Canvas* canvas);
|
| virtual void Layout();
|
| virtual bool HasHitTestMask() const;
|
|
|