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

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/browser_globals.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, 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_GLOBALS_H_ 5 #ifndef NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_GLOBALS_H_
6 #define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_GLOBALS_H_ 6 #define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_GLOBALS_H_
7 7
8 #include "ppapi/c/dev/ppb_cursor_control_dev.h" 8 #include "ppapi/c/dev/ppb_cursor_control_dev.h"
9 #include "ppapi/c/dev/ppb_find_dev.h" 9 #include "ppapi/c/dev/ppb_find_dev.h"
10 #include "ppapi/c/dev/ppb_font_dev.h" 10 #include "ppapi/c/dev/ppb_font_dev.h"
11 #include "ppapi/c/dev/ppb_fullscreen_dev.h" 11 #include "ppapi/c/dev/ppb_fullscreen_dev.h"
12 #include "ppapi/c/dev/ppb_graphics_3d_dev.h" 12 #include "ppapi/c/dev/ppb_graphics_3d_dev.h"
13 #include "ppapi/c/dev/ppb_graphics_3d_trusted_dev.h" 13 #include "ppapi/c/dev/ppb_graphics_3d_trusted_dev.h"
14 #include "ppapi/c/dev/ppb_input_event_dev.h"
14 #include "ppapi/c/dev/ppb_memory_dev.h" 15 #include "ppapi/c/dev/ppb_memory_dev.h"
15 #include "ppapi/c/dev/ppb_scrollbar_dev.h" 16 #include "ppapi/c/dev/ppb_scrollbar_dev.h"
16 #include "ppapi/c/dev/ppb_testing_dev.h" 17 #include "ppapi/c/dev/ppb_testing_dev.h"
17 #include "ppapi/c/dev/ppb_var_deprecated.h" 18 #include "ppapi/c/dev/ppb_var_deprecated.h"
18 #include "ppapi/c/dev/ppb_widget_dev.h" 19 #include "ppapi/c/dev/ppb_widget_dev.h"
19 #include "ppapi/c/dev/ppb_zoom_dev.h" 20 #include "ppapi/c/dev/ppb_zoom_dev.h"
20 #include "ppapi/c/pp_instance.h" 21 #include "ppapi/c/pp_instance.h"
21 #include "ppapi/c/pp_module.h" 22 #include "ppapi/c/pp_module.h"
22 #include "ppapi/c/ppb.h" 23 #include "ppapi/c/ppb.h"
23 #include "ppapi/c/ppb_core.h" 24 #include "ppapi/c/ppb_core.h"
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 const PPB_Graphics2D* PPBGraphics2DInterface(); 108 const PPB_Graphics2D* PPBGraphics2DInterface();
108 const PPB_Graphics3D_Dev* PPBGraphics3DInterface(); 109 const PPB_Graphics3D_Dev* PPBGraphics3DInterface();
109 const PPB_Graphics3DTrusted_Dev* PPBGraphics3DTrustedInterface(); 110 const PPB_Graphics3DTrusted_Dev* PPBGraphics3DTrustedInterface();
110 const PPB_ImageData* PPBImageDataInterface(); 111 const PPB_ImageData* PPBImageDataInterface();
111 const PPB_ImageDataTrusted* PPBImageDataTrustedInterface(); 112 const PPB_ImageDataTrusted* PPBImageDataTrustedInterface();
112 const PPB_InputEvent* PPBInputEventInterface(); 113 const PPB_InputEvent* PPBInputEventInterface();
113 const PPB_Instance* PPBInstanceInterface(); 114 const PPB_Instance* PPBInstanceInterface();
114 const PPB_KeyboardInputEvent* PPBKeyboardInputEventInterface(); 115 const PPB_KeyboardInputEvent* PPBKeyboardInputEventInterface();
115 const PPB_Memory_Dev* PPBMemoryInterface(); // shared 116 const PPB_Memory_Dev* PPBMemoryInterface(); // shared
116 const PPB_MouseInputEvent* PPBMouseInputEventInterface(); 117 const PPB_MouseInputEvent* PPBMouseInputEventInterface();
118 const PPB_MouseInputEvent_Dev* PPBMouseInputEventDevInterface();
117 const PPB_Messaging* PPBMessagingInterface(); 119 const PPB_Messaging* PPBMessagingInterface();
118 const PPB_PDF* PPBPDFInterface(); 120 const PPB_PDF* PPBPDFInterface();
119 const PPB_Scrollbar_Dev* PPBScrollbarInterface(); 121 const PPB_Scrollbar_Dev* PPBScrollbarInterface();
120 const PPB_Testing_Dev* PPBTestingInterface(); 122 const PPB_Testing_Dev* PPBTestingInterface();
121 const PPB_URLLoader* PPBURLLoaderInterface(); 123 const PPB_URLLoader* PPBURLLoaderInterface();
122 const PPB_URLRequestInfo* PPBURLRequestInfoInterface(); 124 const PPB_URLRequestInfo* PPBURLRequestInfoInterface();
123 const PPB_URLResponseInfo* PPBURLResponseInfoInterface(); 125 const PPB_URLResponseInfo* PPBURLResponseInfoInterface();
124 const PPB_Var* PPBVarInterface(); // shared 126 const PPB_Var* PPBVarInterface(); // shared
125 const PPB_WheelInputEvent* PPBWheelInputEventInterface(); 127 const PPB_WheelInputEvent* PPBWheelInputEventInterface();
126 const PPB_Widget_Dev* PPBWidgetInterface(); 128 const PPB_Widget_Dev* PPBWidgetInterface();
127 const PPB_Zoom_Dev* PPBZoomInterface(); 129 const PPB_Zoom_Dev* PPBZoomInterface();
128 130
129 // PPAPI constants used in the proxy. 131 // PPAPI constants used in the proxy.
130 extern const PP_Resource kInvalidResourceId; 132 extern const PP_Resource kInvalidResourceId;
131 133
132 } // namespace ppapi_proxy 134 } // namespace ppapi_proxy
133 135
134 #endif // NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_GLOBALS_H_ 136 #endif // NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_GLOBALS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698