| Index: chrome/browser/chromeos/login/screen_locker.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/screen_locker.cc (revision 74437)
|
| +++ chrome/browser/chromeos/login/screen_locker.cc (working copy)
|
| @@ -326,7 +326,7 @@
|
| }
|
|
|
| virtual gboolean OnKeyEvent(GtkWidget* widget, GdkEventKey* event) {
|
| - views::KeyEvent key_event(event);
|
| + views::KeyEvent key_event(reinterpret_cast<GdkEvent*>(event));
|
| // This is a hack to workaround the issue crosbug.com/10655 due to
|
| // the limitation that a focus manager cannot handle views in
|
| // TYPE_CHILD WidgetGtk correctly.
|
|
|