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

Unified Diff: ppapi/proxy/dispatcher.cc

Issue 7621010: Never submit: tentative Pepper IME. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: snapshot 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/proxy/dispatcher.cc
diff --git a/ppapi/proxy/dispatcher.cc b/ppapi/proxy/dispatcher.cc
index d77c9051b7b21d3e6e13270f8d8bfdfc08fb66fe..ebb947597093aa23f968e79bbbaad54a65e822f5 100644
--- a/ppapi/proxy/dispatcher.cc
+++ b/ppapi/proxy/dispatcher.cc
@@ -66,6 +66,7 @@
#include "ppapi/proxy/ppb_font_proxy.h"
#include "ppapi/proxy/ppb_graphics_2d_proxy.h"
#include "ppapi/proxy/ppb_graphics_3d_proxy.h"
+#include "ppapi/proxy/ppb_ime_control_proxy.h"
#include "ppapi/proxy/ppb_image_data_proxy.h"
#include "ppapi/proxy/ppb_input_event_proxy.h"
#include "ppapi/proxy/ppb_instance_proxy.h"
@@ -146,11 +147,13 @@ InterfaceList::InterfaceList() {
AddPPB(PPB_Graphics2D_Proxy::GetInfo());
AddPPB(PPB_Graphics3D_Proxy::GetInfo());
AddPPB(PPB_ImageData_Proxy::GetInfo());
+ AddPPB(PPB_IMEControl_Proxy::GetInfo());
AddPPB(PPB_InputEvent_Proxy::GetInputEventInfo());
AddPPB(PPB_InputEvent_Proxy::GetKeyboardInputEventInfo());
AddPPB(PPB_InputEvent_Proxy::GetMouseInputEventInfo1_0());
AddPPB(PPB_InputEvent_Proxy::GetMouseInputEventInfo1_1());
AddPPB(PPB_InputEvent_Proxy::GetWheelInputEventInfo());
+ AddPPB(PPB_InputEvent_Proxy::GetCompositionInputEventInfo());
AddPPB(PPB_Instance_Proxy::GetInfo0_5());
AddPPB(PPB_Instance_Proxy::GetInfo1_0());
AddPPB(PPB_Instance_Proxy::GetInfoFullscreen());

Powered by Google App Engine
This is Rietveld 408576698