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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_input_event.h

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_input_event.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_input_event.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_input_event.h
index 14c94bbbb427c5232a806c56338eeee6bdd43f76..9742e01c935db8c6f858fa8959b67a556ec09db2 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_input_event.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_input_event.h
@@ -8,6 +8,7 @@
#include "native_client/src/include/nacl_macros.h"
#include "native_client/src/shared/ppapi_proxy/input_event_data.h"
#include "native_client/src/shared/ppapi_proxy/plugin_resource.h"
+#include "ppapi/c/dev/ppb_input_event_dev.h"
#include "ppapi/c/ppb_input_event.h"
namespace ppapi_proxy {
@@ -27,8 +28,8 @@ class PluginInputEvent : public PluginResource {
}
static const PPB_InputEvent* GetInterface();
- static const PPB_MouseInputEvent_1_0* GetMouseInterface1_0();
- static const PPB_MouseInputEvent* GetMouseInterface1_1();
+ static const PPB_MouseInputEvent* GetMouseInterface();
+ static const PPB_MouseInputEvent_Dev* GetMouseDevInterface();
static const PPB_WheelInputEvent* GetWheelInterface();
static const PPB_KeyboardInputEvent* GetKeyboardInterface();

Powered by Google App Engine
This is Rietveld 408576698