Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(765)

Unified Diff: media/gpu/gpu_video_decode_accelerator_helpers.h

Issue 1998723002: Move code in ui/gl/* from gfx:: to gl:: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « media/gpu/gpu_video_decode_accelerator_factory_impl.cc ('k') | media/gpu/ipc/service/gpu_video_decode_accelerator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698