| Index: chrome/browser/tab_contents/web_contents_view_gtk.cc
|
| diff --git a/chrome/browser/tab_contents/web_contents_view_gtk.cc b/chrome/browser/tab_contents/web_contents_view_gtk.cc
|
| index 5b14c088d1b1bd01adc71a2cd2b89d6fa9b9f249..35ca7b15d7e20ab3d71abb54b874a9572ed2977b 100644
|
| --- a/chrome/browser/tab_contents/web_contents_view_gtk.cc
|
| +++ b/chrome/browser/tab_contents/web_contents_view_gtk.cc
|
| @@ -146,7 +146,7 @@ void WebContentsViewGtk::TakeFocus(bool reverse) {
|
| web_contents_->delegate()->SetFocusToLocationBar();
|
| }
|
|
|
| -void WebContentsViewGtk::HandleKeyboardEvent(const WebKeyboardEvent& event) {
|
| +void WebContentsViewGtk::HandleKeyboardEvent(const NativeWebKeyboardEvent& event) {
|
| // The renderer returned a keyboard event it did not process. This may be
|
| // a keyboard shortcut that we have to process.
|
| // The windows code forwards this event onwards to accelerator handling,
|
|
|