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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc

Issue 7834007: Add comment to PPB_MouseInputEvent version 1.1 that GetMovement hasn't been supported. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
index 8032f84e8a00c2ee9c5c1da9616e69e980b37ec1..faea906b4b8ded0021ea9d422ca0aa607f47d141 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
@@ -69,10 +69,10 @@ InterfaceMapElement interface_map[] = {
PluginInputEvent::GetKeyboardInterface(), true },
{ PPB_MEMORY_DEV_INTERFACE, PluginMemory::GetInterface(), true },
{ PPB_MESSAGING_INTERFACE, PluginMessaging::GetInterface(), true },
- { PPB_MOUSE_INPUT_EVENT_INTERFACE_1_0,
- PluginInputEvent::GetMouseInterface1_0(), true },
- { PPB_MOUSE_INPUT_EVENT_INTERFACE_1_1,
- PluginInputEvent::GetMouseInterface1_1(), true },
+ { PPB_MOUSE_INPUT_EVENT_INTERFACE, PluginInputEvent::GetMouseInterface(),
+ true },
+ { PPB_MOUSE_INPUT_EVENT_DEV_INTERFACE,
+ PluginInputEvent::GetMouseDevInterface(), true },
{ PPB_OPENGLES2_DEV_INTERFACE, PluginGraphics3D::GetOpenGLESInterface(),
true },
{ PPB_PDF_INTERFACE, PluginPDF::GetInterface(), true },

Powered by Google App Engine
This is Rietveld 408576698