| Index: ppapi/shared_impl/video_decoder_impl.cc
|
| diff --git a/ppapi/shared_impl/video_decoder_impl.cc b/ppapi/shared_impl/video_decoder_impl.cc
|
| index 497f727229f1775cdadffe032ff0539929c59cc6..1ab0a39469e39cdf1e66bfaebe5eb472c5b6c156 100644
|
| --- a/ppapi/shared_impl/video_decoder_impl.cc
|
| +++ b/ppapi/shared_impl/video_decoder_impl.cc
|
| @@ -8,11 +8,8 @@
|
| #include "gpu/command_buffer/client/gles2_implementation.h"
|
| #include "ppapi/c/pp_errors.h"
|
| #include "ppapi/shared_impl/resource_tracker.h"
|
| -#include "ppapi/thunk/ppb_context_3d_api.h"
|
| #include "ppapi/thunk/enter.h"
|
|
|
| -using ppapi::thunk::PPB_Context3D_API;
|
| -
|
| namespace ppapi {
|
|
|
| VideoDecoderImpl::VideoDecoderImpl()
|
|
|