Index: chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h |
=================================================================== |
--- chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h (revision 124607) |
+++ chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h (working copy) |
@@ -29,8 +29,6 @@ |
content::WebContents* GetWebContents() const; |
- void EndDragging(); |
- |
private: |
// Overridden from NativeTabContentsView: |
virtual void InitNativeTabContentsView() OVERRIDE; |
@@ -74,6 +72,8 @@ |
HWND scrollbar); |
bool ScrollZoom(int scroll_type); |
+ void EndDragging(); |
+ |
internal::NativeTabContentsViewDelegate* delegate_; |
scoped_ptr<WebDragBookmarkHandlerWin> bookmark_handler_; |