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 ab2cead44be748ad92a05b4047e767c0997c742e..acd1869476447b982496c62b0b21f18ac77d367b 100644 |
--- a/ppapi/examples/video_decode/video_decode.cc |
+++ b/ppapi/examples/video_decode/video_decode.cc |
@@ -255,7 +255,7 @@ Decoder::Decoder(MyInstance* instance, |
assert(!decoder_->is_null()); |
decoder_->Initialize(graphics_3d, |
kBitstreamProfile, |
- PP_TRUE /* allow_software_fallback */, |
+ PP_HARDWAREACCELERATION_WITHFALLBACK, |
callback_factory_.NewCallback(&Decoder::InitializeDone)); |
} |