| Index: chrome/browser/views/tabs/dragged_tab_controller.h
|
| ===================================================================
|
| --- chrome/browser/views/tabs/dragged_tab_controller.h (revision 16378)
|
| +++ chrome/browser/views/tabs/dragged_tab_controller.h (working copy)
|
| @@ -116,12 +116,13 @@
|
| const NotificationSource& source,
|
| const NotificationDetails& details);
|
|
|
| + // Overridden from MessageLoop::Observer:
|
| #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);
|
| + virtual void DidProcessEvent(GdkEvent* event);
|
| #endif
|
|
|
| // Initialize the offset used to calculate the position to create windows
|
|
|