| Index: chrome/browser/ui/views/find_bar_host_gtk.cc
|
| diff --git a/chrome/browser/ui/views/find_bar_host_gtk.cc b/chrome/browser/ui/views/find_bar_host_gtk.cc
|
| index e17c6d0e2f939f86fbcaa382a7ce7dd6203dae02..7306361202df0aa78a352f59fbb88d061eb96922 100644
|
| --- a/chrome/browser/ui/views/find_bar_host_gtk.cc
|
| +++ b/chrome/browser/ui/views/find_bar_host_gtk.cc
|
| @@ -24,7 +24,7 @@ void FindBarHost::GetWidgetPositionNative(gfx::Rect* avoid_overlapping_rect) {
|
| avoid_overlapping_rect->Offset(0, webcontents_rect.y() - frame_rect.y());
|
| }
|
|
|
| -bool FindBarHost::ShouldForwardKeystrokeToWebpageNative(
|
| - const views::Textfield::Keystroke& key_stroke) {
|
| +bool FindBarHost::ShouldForwardKeyEventToWebpageNative(
|
| + const views::KeyEvent& key_event) {
|
| return true;
|
| }
|
|
|