| Index: ppapi/examples/video_decode/video_decode.cc
|
| diff --git a/ppapi/examples/video_decode/video_decode.cc b/ppapi/examples/video_decode/video_decode.cc
|
| index 10e0536b741fb4ff628548261935ab5f0e0592df..e15ef42f82a730f52550e303502ef29e24cea9e0 100644
|
| --- a/ppapi/examples/video_decode/video_decode.cc
|
| +++ b/ppapi/examples/video_decode/video_decode.cc
|
| @@ -256,6 +256,7 @@ Decoder::Decoder(MyInstance* instance,
|
| decoder_->Initialize(graphics_3d,
|
| kBitstreamProfile,
|
| PP_HARDWAREACCELERATION_WITHFALLBACK,
|
| + 0,
|
| callback_factory_.NewCallback(&Decoder::InitializeDone));
|
| }
|
|
|
|
|