Chromium Code Reviews| Index: bus/inputcontext.h |
| diff --git a/bus/inputcontext.h b/bus/inputcontext.h |
| index ba3fdb27ea298cf8ed129d6442f8e913d00eb61f..ebbe4ba8101a1a969a7a8ac3718ba3e16ee7848c 100644 |
| --- a/bus/inputcontext.h |
| +++ b/bus/inputcontext.h |
| @@ -88,6 +88,9 @@ struct _BusInputContext { |
| /* filter release */ |
| gboolean filter_release; |
| + |
| + /* is fake context */ |
| + gboolean fake; |
| }; |
| struct _BusInputContextClass { |