diff options
Diffstat (limited to 'chrome/browser/views/tabs/dragged_tab_controller.h')
-rw-r--r-- | chrome/browser/views/tabs/dragged_tab_controller.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/views/tabs/dragged_tab_controller.h b/chrome/browser/views/tabs/dragged_tab_controller.h index 3512650..efa661b 100644 --- a/chrome/browser/views/tabs/dragged_tab_controller.h +++ b/chrome/browser/views/tabs/dragged_tab_controller.h @@ -116,9 +116,13 @@ class DraggedTabController : public TabContentsDelegate, const NotificationSource& source, const NotificationDetails& details); +#if defined(OS_WIN) // Overridden from MessageLoop::Observer: virtual void WillProcessMessage(const MSG& msg); virtual void DidProcessMessage(const MSG& msg); +#else + virtual void WillProcessEvent(GdkEvent* event); +#endif // Initialize the offset used to calculate the position to create windows // in |GetWindowCreatePoint|. |