| Index: views/controls/native_control_gtk.h
|
| ===================================================================
|
| --- views/controls/native_control_gtk.h (revision 27114)
|
| +++ views/controls/native_control_gtk.h (working copy)
|
| @@ -36,6 +36,10 @@
|
| virtual void NativeControlCreated(GtkWidget* widget);
|
|
|
| private:
|
| + static void CallFocusIn(GtkWidget* widget,
|
| + GdkEventFocus* event,
|
| + NativeControlGtk* button);
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(NativeControlGtk);
|
| };
|
|
|
|
|
| Property changes on: views/controls/native_control_gtk.h
|
| ___________________________________________________________________
|
| Deleted: svn:eol-style
|
| - LF
|
|
|
|
|