| Index: media/gpu/gpu_video_decode_accelerator_helpers.h
|
| diff --git a/media/gpu/gpu_video_decode_accelerator_helpers.h b/media/gpu/gpu_video_decode_accelerator_helpers.h
|
| index 9d3fda582a5be0157922ddb30d032ed832334201..0dbfba19ff8ee4aa5acb99bd35c7f0fc9086ca88 100644
|
| --- a/media/gpu/gpu_video_decode_accelerator_helpers.h
|
| +++ b/media/gpu/gpu_video_decode_accelerator_helpers.h
|
| @@ -8,11 +8,8 @@
|
| #include "base/callback.h"
|
| #include "base/memory/weak_ptr.h"
|
|
|
| -namespace gfx {
|
| -class GLContext;
|
| -}
|
| -
|
| namespace gl {
|
| +class GLContext;
|
| class GLImage;
|
| }
|
|
|
| @@ -34,7 +31,7 @@ namespace media {
|
| // thread (i.e. the thread which the VDAs are initialized on).
|
|
|
| // 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.
|
|
|