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

Unified Diff: ui/gfx/gl/gl_context_win.cc

Issue 6722026: Refactor: Move app/gfx/gl ==> ui/gfx/gl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try removing a dep. Created 9 years, 9 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/gfx/gl/gl_context_stub.cc ('k') | ui/gfx/gl/gl_implementation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gl/gl_context_win.cc
diff --git a/app/gfx/gl/gl_context_win.cc b/ui/gfx/gl/gl_context_win.cc
similarity index 98%
rename from app/gfx/gl/gl_context_win.cc
rename to ui/gfx/gl/gl_context_win.cc
index 0c2fef56e23bd3633b52171a1923b65d484d0300..23f98b2f604aa15037fae027a57c195ae9dc0d11 100644
--- a/app/gfx/gl/gl_context_win.cc
+++ b/ui/gfx/gl/gl_context_win.cc
@@ -4,20 +4,19 @@
// This file implements the NativeViewGLContext and PbufferGLContext classes.
-#include "app/gfx/gl/gl_context.h"
+#include "ui/gfx/gl/gl_context.h"
#include <GL/osmesa.h>
#include <algorithm>
-#include "app/gfx/gl/gl_bindings.h"
-#include "app/gfx/gl/gl_context_egl.h"
-#include "app/gfx/gl/gl_context_osmesa.h"
-#include "app/gfx/gl/gl_context_stub.h"
-#include "app/gfx/gl/gl_implementation.h"
-
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
+#include "ui/gfx/gl/gl_bindings.h"
+#include "ui/gfx/gl/gl_context_egl.h"
+#include "ui/gfx/gl/gl_context_osmesa.h"
+#include "ui/gfx/gl/gl_context_stub.h"
+#include "ui/gfx/gl/gl_implementation.h"
namespace gfx {
« no previous file with comments | « ui/gfx/gl/gl_context_stub.cc ('k') | ui/gfx/gl/gl_implementation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698