| Index: content/common/gpu/media/dxva_video_decode_accelerator_win.h
|
| diff --git a/content/common/gpu/media/dxva_video_decode_accelerator_win.h b/content/common/gpu/media/dxva_video_decode_accelerator_win.h
|
| index aa606383efc322a1c8bf9f5b5e33ac289ae02bc8..7624202fa9115a394b5bd7643525dd6be02eb896 100644
|
| --- a/content/common/gpu/media/dxva_video_decode_accelerator_win.h
|
| +++ b/content/common/gpu/media/dxva_video_decode_accelerator_win.h
|
| @@ -60,10 +60,9 @@
|
| };
|
|
|
| // Does not take ownership of |client| which must outlive |*this|.
|
| - DXVAVideoDecodeAccelerator(
|
| + explicit DXVAVideoDecodeAccelerator(
|
| const base::Callback<bool(void)>& make_context_current,
|
| - gfx::GLContext* gl_context,
|
| - bool enable_accelerated_vpx_decode);
|
| + gfx::GLContext* gl_context);
|
| ~DXVAVideoDecodeAccelerator() override;
|
|
|
| // media::VideoDecodeAccelerator implementation.
|
| @@ -394,9 +393,6 @@
|
| // Set to true if we are sharing ANGLE's device.
|
| bool using_angle_device_;
|
|
|
| - // Enables experimental hardware acceleration for VP8/VP9 video decoding.
|
| - const bool enable_accelerated_vpx_decode_;
|
| -
|
| // WeakPtrFactory for posting tasks back to |this|.
|
| base::WeakPtrFactory<DXVAVideoDecodeAccelerator> weak_this_factory_;
|
|
|
|
|