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

Side by Side Diff: webkit/plugins/ppapi/resource_creation_impl.h

Issue 15491006: Rename PPB_Flash_DeviceID interface to PPB_Flash_DRM (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | « webkit/plugins/ppapi/plugin_module.cc ('k') | webkit/plugins/ppapi/resource_creation_impl.cc » ('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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 WEBKIT_PLUGINS_PPAPI_RESOURCE_CREATION_IMPL_H_ 5 #ifndef WEBKIT_PLUGINS_PPAPI_RESOURCE_CREATION_IMPL_H_
6 #define WEBKIT_PLUGINS_PPAPI_RESOURCE_CREATION_IMPL_H_ 6 #define WEBKIT_PLUGINS_PPAPI_RESOURCE_CREATION_IMPL_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "ppapi/thunk/resource_creation_api.h" 10 #include "ppapi/thunk/resource_creation_api.h"
(...skipping 25 matching lines...) Expand all
36 uint32_t sample_frame_count) OVERRIDE; 36 uint32_t sample_frame_count) OVERRIDE;
37 virtual PP_Resource CreateAudioInput(PP_Instance instance) OVERRIDE; 37 virtual PP_Resource CreateAudioInput(PP_Instance instance) OVERRIDE;
38 virtual PP_Resource CreateBroker(PP_Instance instance) OVERRIDE; 38 virtual PP_Resource CreateBroker(PP_Instance instance) OVERRIDE;
39 virtual PP_Resource CreateBuffer(PP_Instance instance, 39 virtual PP_Resource CreateBuffer(PP_Instance instance,
40 uint32_t size) OVERRIDE; 40 uint32_t size) OVERRIDE;
41 virtual PP_Resource CreateFileRef(PP_Instance instance, 41 virtual PP_Resource CreateFileRef(PP_Instance instance,
42 PP_Resource file_system, 42 PP_Resource file_system,
43 const char* path) OVERRIDE; 43 const char* path) OVERRIDE;
44 virtual PP_Resource CreateFileRef( 44 virtual PP_Resource CreateFileRef(
45 const ::ppapi::PPB_FileRef_CreateInfo& serialized) OVERRIDE; 45 const ::ppapi::PPB_FileRef_CreateInfo& serialized) OVERRIDE;
46 virtual PP_Resource CreateFlashDeviceID(PP_Instance instance) OVERRIDE; 46 virtual PP_Resource CreateFlashDRM(PP_Instance instance) OVERRIDE;
47 virtual PP_Resource CreateFlashFontFile( 47 virtual PP_Resource CreateFlashFontFile(
48 PP_Instance instance, 48 PP_Instance instance,
49 const PP_BrowserFont_Trusted_Description* description, 49 const PP_BrowserFont_Trusted_Description* description,
50 PP_PrivateFontCharset charset) OVERRIDE; 50 PP_PrivateFontCharset charset) OVERRIDE;
51 virtual PP_Resource CreateFlashMenu(PP_Instance instance, 51 virtual PP_Resource CreateFlashMenu(PP_Instance instance,
52 const PP_Flash_Menu* menu_data) OVERRIDE; 52 const PP_Flash_Menu* menu_data) OVERRIDE;
53 virtual PP_Resource CreateFlashMessageLoop(PP_Instance instance) OVERRIDE; 53 virtual PP_Resource CreateFlashMessageLoop(PP_Instance instance) OVERRIDE;
54 virtual PP_Resource CreateGraphics3D(PP_Instance instance, 54 virtual PP_Resource CreateGraphics3D(PP_Instance instance,
55 PP_Resource share_context, 55 PP_Resource share_context,
56 const int32_t* attrib_list) OVERRIDE; 56 const int32_t* attrib_list) OVERRIDE;
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 PP_Instance instance) OVERRIDE; 132 PP_Instance instance) OVERRIDE;
133 133
134 private: 134 private:
135 DISALLOW_COPY_AND_ASSIGN(ResourceCreationImpl); 135 DISALLOW_COPY_AND_ASSIGN(ResourceCreationImpl);
136 }; 136 };
137 137
138 } // namespace ppapi 138 } // namespace ppapi
139 } // namespace webkit 139 } // namespace webkit
140 140
141 #endif // WEBKIT_PLUGINS_PPAPI_RESOURCE_CREATION_IMPL_H_ 141 #endif // WEBKIT_PLUGINS_PPAPI_RESOURCE_CREATION_IMPL_H_
OLDNEW
« no previous file with comments | « webkit/plugins/ppapi/plugin_module.cc ('k') | webkit/plugins/ppapi/resource_creation_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698