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

Unified Diff: ppapi/cpp/dev/video_decoder_dev.h

Issue 7765011: Allow both Context3D and Graphics3D with the video decoder (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ppapi/cpp/dev/video_decoder_dev.cc » ('j') | ppapi/proxy/ppb_video_decoder_proxy.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/video_decoder_dev.h
diff --git a/ppapi/cpp/dev/video_decoder_dev.h b/ppapi/cpp/dev/video_decoder_dev.h
index d831116594d3f515cc9813020bd0f97d350aaeda..8bf64199b5cf5c801c16045889a42ba91b6ec2b4 100644
--- a/ppapi/cpp/dev/video_decoder_dev.h
+++ b/ppapi/cpp/dev/video_decoder_dev.h
@@ -15,6 +15,7 @@
namespace pp {
class Context3D_Dev;
+class Graphics3D_Dev;
class Instance;
// C++ wrapper for the Pepper Video Decoder interface. For more detailed
@@ -27,6 +28,9 @@ class VideoDecoder_Dev : public Resource {
explicit VideoDecoder_Dev(const Instance& instance,
const Context3D_Dev& context,
const PP_VideoConfigElement* config);
+ explicit VideoDecoder_Dev(const Instance& instance,
vrk (LEFT CHROMIUM) 2011/08/29 16:56:41 Drop the "explicit" here and above
piman 2011/08/29 19:58:57 Done.
+ const Graphics3D_Dev& context,
+ const PP_VideoConfigElement* config);
explicit VideoDecoder_Dev(PP_Resource resource);
virtual ~VideoDecoder_Dev();
« no previous file with comments | « no previous file | ppapi/cpp/dev/video_decoder_dev.cc » ('j') | ppapi/proxy/ppb_video_decoder_proxy.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698