Index: content/common/gpu/media/vaapi_video_decode_accelerator.h |
diff --git a/content/common/gpu/media/vaapi_video_decode_accelerator.h b/content/common/gpu/media/vaapi_video_decode_accelerator.h |
index 9fdffdee27cf282f870e01cf94e71d164a9d96cf..64a94d885780931bffef989a19b05b458006a200 100644 |
--- a/content/common/gpu/media/vaapi_video_decode_accelerator.h |
+++ b/content/common/gpu/media/vaapi_video_decode_accelerator.h |
@@ -41,6 +41,7 @@ class CONTENT_EXPORT VaapiVideoDecodeAccelerator : |
public media::VideoDecodeAccelerator { |
public: |
VaapiVideoDecodeAccelerator( |
+ Display* x_display, GLXContext glx_context, |
Client* client, |
const base::Callback<bool(void)>& make_context_current); |
virtual ~VaapiVideoDecodeAccelerator(); |
@@ -55,9 +56,6 @@ class CONTENT_EXPORT VaapiVideoDecodeAccelerator : |
virtual void Reset() OVERRIDE; |
virtual void Destroy() OVERRIDE; |
- // Used by user of this class to pass X/GLX state. |
- void SetGlxState(Display* x_display, GLXContext glx_context); |
- |
private: |
// Ensure data has been synced with the output texture and notify |
// the client it is ready for displaying. |