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

Unified Diff: ui/gl/scoped_make_current.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 | « ui/gl/scoped_make_current.h ('k') | ui/gl/sync_control_vsync_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/scoped_make_current.cc
diff --git a/ui/gl/scoped_make_current.cc b/ui/gl/scoped_make_current.cc
index c89724a7f2b03da556741985c877980a244c8620..e75a0416e518e95381821ae644a258b4b9a0a980 100644
--- a/ui/gl/scoped_make_current.cc
+++ b/ui/gl/scoped_make_current.cc
@@ -10,10 +10,10 @@
namespace ui {
-ScopedMakeCurrent::ScopedMakeCurrent(gfx::GLContext* context,
- gfx::GLSurface* surface)
- : previous_context_(gfx::GLContext::GetCurrent()),
- previous_surface_(gfx::GLSurface::GetCurrent()),
+ScopedMakeCurrent::ScopedMakeCurrent(gl::GLContext* context,
+ gl::GLSurface* surface)
+ : previous_context_(gl::GLContext::GetCurrent()),
+ previous_surface_(gl::GLSurface::GetCurrent()),
context_(context),
surface_(surface),
succeeded_(false) {
« no previous file with comments | « ui/gl/scoped_make_current.h ('k') | ui/gl/sync_control_vsync_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698