Index: ppapi/cpp/dev/video_decoder_dev.h |
=================================================================== |
--- ppapi/cpp/dev/video_decoder_dev.h (revision 99848) |
+++ ppapi/cpp/dev/video_decoder_dev.h (working copy) |
@@ -15,7 +15,7 @@ |
namespace pp { |
class Context3D_Dev; |
-class Graphics3D_Dev; |
+class Graphics3D; |
class Instance; |
// C++ wrapper for the Pepper Video Decoder interface. For more detailed |
@@ -29,7 +29,7 @@ |
const Context3D_Dev& context, |
PP_VideoDecoder_Profile profile); |
VideoDecoder_Dev(const Instance* instance, |
- const Graphics3D_Dev& context, |
+ const Graphics3D& context, |
PP_VideoDecoder_Profile profile); |
explicit VideoDecoder_Dev(PP_Resource resource); |