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

Side by Side Diff: ppapi/proxy/interface_id.h

Issue 7398033: Revert 92885 - Completed the implementation for PPB_Graphics3D interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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/ppapi_shared.gypi ('k') | ppapi/proxy/plugin_resource.h » ('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_PROXY_INTERFACE_ID_H_ 5 #ifndef PPAPI_PROXY_INTERFACE_ID_H_
6 #define PPAPI_PROXY_INTERFACE_ID_H_ 6 #define PPAPI_PROXY_INTERFACE_ID_H_
7 7
8 namespace pp { 8 namespace pp {
9 namespace proxy { 9 namespace proxy {
10 10
(...skipping 18 matching lines...) Expand all
29 INTERFACE_ID_PPB_FIND, 29 INTERFACE_ID_PPB_FIND,
30 INTERFACE_ID_PPB_FLASH, 30 INTERFACE_ID_PPB_FLASH,
31 INTERFACE_ID_PPB_FLASH_CLIPBOARD, 31 INTERFACE_ID_PPB_FLASH_CLIPBOARD,
32 INTERFACE_ID_PPB_FLASH_FILE_FILEREF, 32 INTERFACE_ID_PPB_FLASH_FILE_FILEREF,
33 INTERFACE_ID_PPB_FLASH_FILE_MODULELOCAL, 33 INTERFACE_ID_PPB_FLASH_FILE_MODULELOCAL,
34 INTERFACE_ID_PPB_FLASH_MENU, 34 INTERFACE_ID_PPB_FLASH_MENU,
35 INTERFACE_ID_PPB_FLASH_NETCONNECTOR, 35 INTERFACE_ID_PPB_FLASH_NETCONNECTOR,
36 INTERFACE_ID_PPB_FLASH_TCPSOCKET, 36 INTERFACE_ID_PPB_FLASH_TCPSOCKET,
37 INTERFACE_ID_PPB_FONT, 37 INTERFACE_ID_PPB_FONT,
38 INTERFACE_ID_PPB_GRAPHICS_2D, 38 INTERFACE_ID_PPB_GRAPHICS_2D,
39 INTERFACE_ID_PPB_GRAPHICS_3D,
40 INTERFACE_ID_PPB_IMAGE_DATA, 39 INTERFACE_ID_PPB_IMAGE_DATA,
41 INTERFACE_ID_PPB_INSTANCE, 40 INTERFACE_ID_PPB_INSTANCE,
42 INTERFACE_ID_PPB_INSTANCE_PRIVATE, 41 INTERFACE_ID_PPB_INSTANCE_PRIVATE,
43 INTERFACE_ID_PPB_MEMORY, 42 INTERFACE_ID_PPB_MEMORY,
44 INTERFACE_ID_PPB_OPENGLES2, 43 INTERFACE_ID_PPB_OPENGLES2,
45 INTERFACE_ID_PPB_PDF, 44 INTERFACE_ID_PPB_PDF,
46 INTERFACE_ID_PPB_SURFACE_3D, 45 INTERFACE_ID_PPB_SURFACE_3D,
47 INTERFACE_ID_PPB_TESTING, 46 INTERFACE_ID_PPB_TESTING,
48 INTERFACE_ID_PPB_URL_LOADER, 47 INTERFACE_ID_PPB_URL_LOADER,
49 INTERFACE_ID_PPB_URL_REQUEST_INFO, 48 INTERFACE_ID_PPB_URL_REQUEST_INFO,
(...skipping 13 matching lines...) Expand all
63 INTERFACE_ID_RESOURCE_CREATION, 62 INTERFACE_ID_RESOURCE_CREATION,
64 63
65 // Must be last to indicate the number of interface IDs. 64 // Must be last to indicate the number of interface IDs.
66 INTERFACE_ID_COUNT 65 INTERFACE_ID_COUNT
67 }; 66 };
68 67
69 } // namespace proxy 68 } // namespace proxy
70 } // namespace pp 69 } // namespace pp
71 70
72 #endif // PPAPI_PROXY_INTERFACE_ID_H_ 71 #endif // PPAPI_PROXY_INTERFACE_ID_H_
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/plugin_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698