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

Side by Side Diff: ppapi/thunk/thunk.h

Issue 7300010: Add PPB_Memory_Dev. This is the first of a few CLs needed to pull MemAlloc and (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add i/f to plugin_module. Created 9 years, 5 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
« no previous file with comments | « ppapi/tests/test_memory.cc ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 PPAPI_THUNK_THUNK_H_ 5 #ifndef PPAPI_THUNK_THUNK_H_
6 #define PPAPI_THUNK_THUNK_H_ 6 #define PPAPI_THUNK_THUNK_H_
7 7
8 struct PPB_Audio; 8 struct PPB_Audio;
9 struct PPB_AudioConfig; 9 struct PPB_AudioConfig;
10 struct PPB_AudioTrusted; 10 struct PPB_AudioTrusted;
(...skipping 17 matching lines...) Expand all
28 struct PPB_Font_Dev; 28 struct PPB_Font_Dev;
29 struct PPB_Fullscreen_Dev; 29 struct PPB_Fullscreen_Dev;
30 struct PPB_GLESChromiumTextureMapping_Dev; 30 struct PPB_GLESChromiumTextureMapping_Dev;
31 struct PPB_Graphics2D; 31 struct PPB_Graphics2D;
32 struct PPB_Graphics3D_Dev; 32 struct PPB_Graphics3D_Dev;
33 struct PPB_ImageData; 33 struct PPB_ImageData;
34 struct PPB_ImageDataTrusted; 34 struct PPB_ImageDataTrusted;
35 struct PPB_Instance; 35 struct PPB_Instance;
36 struct PPB_Instance_Private; 36 struct PPB_Instance_Private;
37 struct PPB_LayerCompositor_Dev; 37 struct PPB_LayerCompositor_Dev;
38 struct PPB_Memory_Dev;
dmichael (off chromium) 2011/07/05 19:42:37 If you're not doing the thunk style for this, you
38 struct PPB_Scrollbar_0_4_Dev; 39 struct PPB_Scrollbar_0_4_Dev;
39 struct PPB_Surface3D_Dev; 40 struct PPB_Surface3D_Dev;
40 struct PPB_Transport_Dev; 41 struct PPB_Transport_Dev;
41 struct PPB_URLLoader; 42 struct PPB_URLLoader;
42 struct PPB_URLLoaderTrusted; 43 struct PPB_URLLoaderTrusted;
43 struct PPB_URLRequestInfo; 44 struct PPB_URLRequestInfo;
44 struct PPB_URLResponseInfo; 45 struct PPB_URLResponseInfo;
45 struct PPB_VideoDecoder_Dev; 46 struct PPB_VideoDecoder_Dev;
46 struct PPB_VideoLayer_Dev; 47 struct PPB_VideoLayer_Dev;
47 struct PPB_Widget_Dev; 48 struct PPB_Widget_Dev;
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 const PPB_URLRequestInfo* GetPPB_URLRequestInfo_Thunk(); 98 const PPB_URLRequestInfo* GetPPB_URLRequestInfo_Thunk();
98 const PPB_URLResponseInfo* GetPPB_URLResponseInfo_Thunk(); 99 const PPB_URLResponseInfo* GetPPB_URLResponseInfo_Thunk();
99 const PPB_VideoDecoder_Dev* GetPPB_VideoDecoder_Thunk(); 100 const PPB_VideoDecoder_Dev* GetPPB_VideoDecoder_Thunk();
100 const PPB_VideoLayer_Dev* GetPPB_VideoLayer_Thunk(); 101 const PPB_VideoLayer_Dev* GetPPB_VideoLayer_Thunk();
101 const PPB_Widget_Dev* GetPPB_Widget_Thunk(); 102 const PPB_Widget_Dev* GetPPB_Widget_Thunk();
102 103
103 } // namespace thunk 104 } // namespace thunk
104 } // namespace ppapi 105 } // namespace ppapi
105 106
106 #endif // PPAPI_THUNK_THUNK_H_ 107 #endif // PPAPI_THUNK_THUNK_H_
OLDNEW
« no previous file with comments | « ppapi/tests/test_memory.cc ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698