| 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 444bcf4adede6a6a5c6e13c1ebcbd6ccf350717a..a54290e4d598b8aa8f75728ef847cbe5be949b93 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
|
| @@ -64,6 +64,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.
|
|
|