summaryrefslogtreecommitdiffstats
path: root/ppapi/c/ppp_instance.h
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-20 22:04:32 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-20 22:04:32 +0000
commitd912c698831fee8a5dd35ec603c2127663f593ed (patch)
tree2652decd8a67ee8dfe1b409006665ad21cdd0919 /ppapi/c/ppp_instance.h
parent45cce16952513f09dc045533d16e0135094fc3e3 (diff)
downloadchromium_src-d912c698831fee8a5dd35ec603c2127663f593ed.zip
chromium_src-d912c698831fee8a5dd35ec603c2127663f593ed.tar.gz
chromium_src-d912c698831fee8a5dd35ec603c2127663f593ed.tar.bz2
Convert input event to interface version 1.0. Rename some of the mouse and
wheel events to remove the redundant "Mouse" and "Wheel" in the getters. Rename PP_INPUTEVENT_TYPE_MOUSEWHEEL to .._WHEEL so that it doesn't look like a mouse event (it's its own type). Add documentation to the C++ wrapper from the C wrappers. Do some minor documentation updates. Update IDL for some of the recent changes we've made. Update the way points are passed for resource creation since IDL wanted to do it by pointer. TEST=it compiles. Review URL: http://codereview.chromium.org/7464003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93263 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c/ppp_instance.h')
-rw-r--r--ppapi/c/ppp_instance.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ppapi/c/ppp_instance.h b/ppapi/c/ppp_instance.h
index 31f93a3..6a0125a 100644
--- a/ppapi/c/ppp_instance.h
+++ b/ppapi/c/ppp_instance.h
@@ -3,13 +3,12 @@
* found in the LICENSE file.
*/
-/* From ppp_instance.idl modified Sat Jul 16 16:50:26 2011. */
+/* From ppp_instance.idl modified Wed Jul 20 11:17:15 2011. */
#ifndef PPAPI_C_PPP_INSTANCE_H_
#define PPAPI_C_PPP_INSTANCE_H_
#include "ppapi/c/pp_bool.h"
-#include "ppapi/c/pp_input_event.h"
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_point.h"
@@ -17,8 +16,6 @@
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_size.h"
#include "ppapi/c/pp_stdint.h"
-#include "ppapi/c/pp_time.h"
-#include "ppapi/c/ppb_input_event.h"
/**
* @file