| Index: chrome/browser/views/tab_contents/tab_contents_view_gtk.h
|
| diff --git a/chrome/browser/views/tab_contents/tab_contents_view_gtk.h b/chrome/browser/views/tab_contents/tab_contents_view_gtk.h
|
| index 900fecc459ae04ca9f6c44eaf86f63989bce64c0..aa90e2a88a3a9ca32275c20b820f629c1cab9ca6 100644
|
| --- a/chrome/browser/views/tab_contents/tab_contents_view_gtk.h
|
| +++ b/chrome/browser/views/tab_contents/tab_contents_view_gtk.h
|
| @@ -53,6 +53,7 @@ class TabContentsViewGtk : public TabContentsView,
|
| virtual void GotFocus();
|
| virtual void TakeFocus(bool reverse);
|
| virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event);
|
| + virtual void HandleMouseButtonEvent(const WebKit::WebInputEvent* event);
|
|
|
| private:
|
| // Signal handlers -----------------------------------------------------------
|
|
|