| Index: ppapi/cpp/dev/video_decoder_dev.h
|
| ===================================================================
|
| --- ppapi/cpp/dev/video_decoder_dev.h (revision 99860)
|
| +++ ppapi/cpp/dev/video_decoder_dev.h (working copy)
|
| @@ -15,7 +15,7 @@
|
| namespace pp {
|
|
|
| class Context3D_Dev;
|
| -class Graphics3D;
|
| +class Graphics3D_Dev;
|
| 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& context,
|
| + const Graphics3D_Dev& context,
|
| PP_VideoDecoder_Profile profile);
|
|
|
| explicit VideoDecoder_Dev(PP_Resource resource);
|
|
|
| Property changes on: ppapi/cpp/dev/video_decoder_dev.h
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|