| Index: chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h
|
| diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h
|
| index 002b217d188b3bdcfbae658efa5c8eab70dc358a..778f1f6a6957fb3ee250bf28c85443d9d70541ae 100644
|
| --- a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h
|
| +++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h
|
| @@ -65,6 +65,7 @@ class NativeTabContentsViewWin : public views::NativeWidgetWin,
|
| virtual void OnSize(UINT param, const WTL::CSize& size) OVERRIDE;
|
| virtual LRESULT OnNCCalcSize(BOOL w_param, LPARAM l_param) OVERRIDE;
|
| virtual void OnNCPaint(HRGN rgn) OVERRIDE;
|
| + virtual LRESULT OnNCHitTest(const CPoint& point) OVERRIDE;
|
|
|
| // Backend for all scroll messages, the |message| parameter indicates which
|
| // one it is.
|
|
|