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

Unified Diff: gpu/gles2_conform_support/egl/surface.cc

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 | « gpu/gles2_conform_support/egl/surface.h ('k') | gpu/gles2_conform_support/egl/thread_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gles2_conform_support/egl/surface.cc
diff --git a/gpu/gles2_conform_support/egl/surface.cc b/gpu/gles2_conform_support/egl/surface.cc
index 726d75349c561346ec26c7d26a338dc1466cfb53..ae8c8423006175017bc25f0b7aaca309aad053ce 100644
--- a/gpu/gles2_conform_support/egl/surface.cc
+++ b/gpu/gles2_conform_support/egl/surface.cc
@@ -7,7 +7,7 @@
namespace egl {
-Surface::Surface(gfx::GLSurface* gl_surface, const Config* config)
+Surface::Surface(gl::GLSurface* gl_surface, const Config* config)
: is_current_in_some_thread_(false),
gl_surface_(gl_surface),
config_(config) {}
@@ -15,7 +15,7 @@ Surface::Surface(gfx::GLSurface* gl_surface, const Config* config)
Surface::~Surface() {
}
-gfx::GLSurface* Surface::gl_surface() const {
+gl::GLSurface* Surface::gl_surface() const {
return gl_surface_.get();
}
« no previous file with comments | « gpu/gles2_conform_support/egl/surface.h ('k') | gpu/gles2_conform_support/egl/thread_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698