| Index: ppapi/shared_impl/instance_impl.cc
|
| diff --git a/ppapi/shared_impl/instance_impl.cc b/ppapi/shared_impl/instance_impl.cc
|
| index ad1674aa8d78cee85db01fc1ca7087c4355d6ce3..1abe57007725aec82adbd7e9e6a00f4f2c473aed 100644
|
| --- a/ppapi/shared_impl/instance_impl.cc
|
| +++ b/ppapi/shared_impl/instance_impl.cc
|
| @@ -20,7 +20,7 @@ int32_t InstanceImpl::ValidateRequestInputEvents(bool is_filtering,
|
| PP_INPUTEVENT_CLASS_KEYBOARD |
|
| PP_INPUTEVENT_CLASS_WHEEL |
|
| PP_INPUTEVENT_CLASS_TOUCH |
|
| - PP_INPUTEVENT_CLASS_IME))
|
| + PP_INPUTEVENT_CLASS_COMPOSITION))
|
| return PP_ERROR_NOTSUPPORTED;
|
|
|
| // Everything else is valid.
|
|
|