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

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
« no previous file with comments | « ppapi/ppapi_tests.gypi ('k') | ppapi/proxy/interface_id.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/dispatcher.cc
diff --git a/ppapi/proxy/dispatcher.cc b/ppapi/proxy/dispatcher.cc
index d77c9051b7b21d3e6e13270f8d8bfdfc08fb66fe..3cab16fb9e727ff38ec2655ab67cf2ad4d3d7fdd 100644
--- a/ppapi/proxy/dispatcher.cc
+++ b/ppapi/proxy/dispatcher.cc
@@ -74,6 +74,7 @@
#include "ppapi/proxy/ppb_pdf_proxy.h"
#include "ppapi/proxy/ppb_surface_3d_proxy.h"
#include "ppapi/proxy/ppb_testing_proxy.h"
+#include "ppapi/proxy/ppb_text_input_proxy.h"
#include "ppapi/proxy/ppb_url_loader_proxy.h"
#include "ppapi/proxy/ppb_url_request_info_proxy.h"
#include "ppapi/proxy/ppb_url_response_info_proxy.h"
@@ -151,6 +152,7 @@ InterfaceList::InterfaceList() {
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());
@@ -162,6 +164,7 @@ InterfaceList::InterfaceList() {
AddPPB(PPB_PDF_Proxy::GetInfo());
AddPPB(PPB_Surface3D_Proxy::GetInfo());
AddPPB(PPB_Testing_Proxy::GetInfo());
+ AddPPB(PPB_TextInput_Proxy::GetInfo());
AddPPB(PPB_URLLoader_Proxy::GetInfo());
AddPPB(PPB_URLLoader_Proxy::GetTrustedInfo());
AddPPB(PPB_URLRequestInfo_Proxy::GetInfo());
« no previous file with comments | « ppapi/ppapi_tests.gypi ('k') | ppapi/proxy/interface_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698