| Index: content/public/gpu/gpu_video_decode_accelerator_factory.h
|
| diff --git a/content/public/gpu/gpu_video_decode_accelerator_factory.h b/content/public/gpu/gpu_video_decode_accelerator_factory.h
|
| index 6a1beb6f1dcc29ea88665e1a536057f0e2155451..e45b8f4be8656df36b12a3a29230c25fa4f63612 100644
|
| --- a/content/public/gpu/gpu_video_decode_accelerator_factory.h
|
| +++ b/content/public/gpu/gpu_video_decode_accelerator_factory.h
|
| @@ -13,11 +13,8 @@
|
| #include "gpu/config/gpu_info.h"
|
| #include "media/video/video_decode_accelerator.h"
|
|
|
| -namespace gfx {
|
| -class GLContext;
|
| -}
|
| -
|
| namespace gl {
|
| +class GLContext;
|
| class GLImage;
|
| }
|
|
|
| @@ -41,7 +38,7 @@ class CONTENT_EXPORT GpuVideoDecodeAcceleratorFactory {
|
| virtual ~GpuVideoDecodeAcceleratorFactory();
|
|
|
| // Return current GLContext.
|
| - using GetGLContextCallback = base::Callback<gfx::GLContext*(void)>;
|
| + using GetGLContextCallback = base::Callback<gl::GLContext*(void)>;
|
|
|
| // Make the applicable GL context current. To be called by VDAs before
|
| // executing any GL calls. Return true on success, false otherwise.
|
|
|