summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/media/vaapi_video_decode_accelerator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/gpu/media/vaapi_video_decode_accelerator.cc')
-rw-r--r--content/common/gpu/media/vaapi_video_decode_accelerator.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/common/gpu/media/vaapi_video_decode_accelerator.cc b/content/common/gpu/media/vaapi_video_decode_accelerator.cc
index cd18574..611ce5a 100644
--- a/content/common/gpu/media/vaapi_video_decode_accelerator.cc
+++ b/content/common/gpu/media/vaapi_video_decode_accelerator.cc
@@ -240,11 +240,10 @@ VaapiVideoDecodeAccelerator::TFPPicture*
}
VaapiVideoDecodeAccelerator::VaapiVideoDecodeAccelerator(
- Display* x_display, GLXContext glx_context,
+ Display* x_display,
Client* client,
const base::Callback<bool(void)>& make_context_current)
: x_display_(x_display),
- glx_context_(glx_context),
make_context_current_(make_context_current),
state_(kUninitialized),
input_ready_(&lock_),