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

Unified Diff: ppapi/proxy/dispatcher.cc

Issue 7715021: Add movement information to PPB_MouseInputEvent. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed comments for the 1.0 interface. Created 9 years, 4 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 6229bc7865d7de1ff7b3f507d3f712455196357f..a9c5dd7a167c52cad3b327cace4984fe6e713aa4 100644
--- a/ppapi/proxy/dispatcher.cc
+++ b/ppapi/proxy/dispatcher.cc
@@ -147,7 +147,8 @@ InterfaceList::InterfaceList() {
AddPPB(PPB_ImageData_Proxy::GetInfo());
AddPPB(PPB_InputEvent_Proxy::GetInputEventInfo());
AddPPB(PPB_InputEvent_Proxy::GetKeyboardInputEventInfo());
- AddPPB(PPB_InputEvent_Proxy::GetMouseInputEventInfo());
+ AddPPB(PPB_InputEvent_Proxy::GetMouseInputEventInfo1_0());
+ AddPPB(PPB_InputEvent_Proxy::GetMouseInputEventInfo1_1());
AddPPB(PPB_InputEvent_Proxy::GetWheelInputEventInfo());
AddPPB(PPB_Instance_Proxy::GetInfo0_5());
AddPPB(PPB_Instance_Proxy::GetInfo1_0());

Powered by Google App Engine
This is Rietveld 408576698