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

Unified Diff: media/gpu/rendering_helper.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
« no previous file with comments | « media/gpu/ipc/service/gpu_video_decode_accelerator.cc ('k') | media/gpu/rendering_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/rendering_helper.h
diff --git a/media/gpu/rendering_helper.h b/media/gpu/rendering_helper.h
index 029d5a40c345ef419e32de84a2df72a4c3d6bc7a..3b6c631bdd0f33f41757632739ac87a02ee43baa 100644
--- a/media/gpu/rendering_helper.h
+++ b/media/gpu/rendering_helper.h
@@ -136,7 +136,7 @@ class RenderingHelper {
void* GetGLDisplay();
// Get the GL context.
- gfx::GLContext* GetGLContext();
+ gl::GLContext* GetGLContext();
// Get rendered thumbnails as RGB.
// Sets alpha_solid to true if the alpha channel is entirely 0xff.
@@ -188,8 +188,8 @@ class RenderingHelper {
base::MessageLoop* message_loop_;
- scoped_refptr<gfx::GLContext> gl_context_;
- scoped_refptr<gfx::GLSurface> gl_surface_;
+ scoped_refptr<gl::GLContext> gl_context_;
+ scoped_refptr<gl::GLSurface> gl_surface_;
#if defined(USE_OZONE)
class StubOzoneDelegate;
« no previous file with comments | « media/gpu/ipc/service/gpu_video_decode_accelerator.cc ('k') | media/gpu/rendering_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698