Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(450)

Unified Diff: ppapi/shared_impl/instance_impl.cc

Issue 7882004: Declarations for Pepper IME API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Split GetSegments into two functions, and improve comments and style. Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698