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

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

Issue 7553003: Video Capture Pepper API (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 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 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 INTERFACE_ID_PPB_OPENGLES2, 44 INTERFACE_ID_PPB_OPENGLES2,
45 INTERFACE_ID_PPB_PDF, 45 INTERFACE_ID_PPB_PDF,
46 INTERFACE_ID_PPB_SURFACE_3D, 46 INTERFACE_ID_PPB_SURFACE_3D,
47 INTERFACE_ID_PPB_TESTING, 47 INTERFACE_ID_PPB_TESTING,
48 INTERFACE_ID_PPB_URL_LOADER, 48 INTERFACE_ID_PPB_URL_LOADER,
49 INTERFACE_ID_PPB_URL_REQUEST_INFO, 49 INTERFACE_ID_PPB_URL_REQUEST_INFO,
50 INTERFACE_ID_PPB_URL_RESPONSE_INFO, 50 INTERFACE_ID_PPB_URL_RESPONSE_INFO,
51 INTERFACE_ID_PPB_URL_UTIL, 51 INTERFACE_ID_PPB_URL_UTIL,
52 INTERFACE_ID_PPB_VAR, 52 INTERFACE_ID_PPB_VAR,
53 INTERFACE_ID_PPB_VAR_DEPRECATED, 53 INTERFACE_ID_PPB_VAR_DEPRECATED,
54 INTERFACE_ID_PPB_VIDEO_CAPTURE_DEV,
54 INTERFACE_ID_PPB_VIDEO_DECODER_DEV, 55 INTERFACE_ID_PPB_VIDEO_DECODER_DEV,
55 56
56 INTERFACE_ID_PPP_CLASS, 57 INTERFACE_ID_PPP_CLASS,
57 INTERFACE_ID_PPP_GRAPHICS_3D_DEV, 58 INTERFACE_ID_PPP_GRAPHICS_3D_DEV,
58 INTERFACE_ID_PPP_INPUT_EVENT, 59 INTERFACE_ID_PPP_INPUT_EVENT,
59 INTERFACE_ID_PPP_INSTANCE, 60 INTERFACE_ID_PPP_INSTANCE,
60 INTERFACE_ID_PPP_INSTANCE_PRIVATE, 61 INTERFACE_ID_PPP_INSTANCE_PRIVATE,
62 INTERFACE_ID_PPP_VIDEO_CAPTURE_DEV,
61 INTERFACE_ID_PPP_VIDEO_DECODER_DEV, 63 INTERFACE_ID_PPP_VIDEO_DECODER_DEV,
62 64
63 INTERFACE_ID_RESOURCE_CREATION, 65 INTERFACE_ID_RESOURCE_CREATION,
64 66
65 // Must be last to indicate the number of interface IDs. 67 // Must be last to indicate the number of interface IDs.
66 INTERFACE_ID_COUNT 68 INTERFACE_ID_COUNT
67 }; 69 };
68 70
69 } // namespace proxy 71 } // namespace proxy
70 } // namespace pp 72 } // namespace pp
71 73
72 #endif // PPAPI_PROXY_INTERFACE_ID_H_ 74 #endif // PPAPI_PROXY_INTERFACE_ID_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698