| Index: chrome/browser/chromeos/login/screen_locker.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/screen_locker.cc (revision 91772)
|
| +++ chrome/browser/chromeos/login/screen_locker.cc (working copy)
|
| @@ -229,7 +229,7 @@
|
| // Sets the widget to move the focus to when clearning the native
|
| // widget's focus.
|
| void set_toplevel_focus_widget(GtkWidget* widget) {
|
| - gtk_widget_set_can_focus(widget, TRUE);
|
| + GTK_WIDGET_SET_FLAGS(widget, GTK_CAN_FOCUS);
|
| toplevel_focus_widget_ = widget;
|
| }
|
|
|
|
|