| Index: ui/gl/gl_surface.cc
|
| diff --git a/ui/gfx/gl/gl_surface.cc b/ui/gl/gl_surface.cc
|
| similarity index 97%
|
| rename from ui/gfx/gl/gl_surface.cc
|
| rename to ui/gl/gl_surface.cc
|
| index 401ecb269132c845992d05d80ec9506baeea3f1c..cc6c3b3a76d6e013ad5d55b6400053c0d313acd1 100644
|
| --- a/ui/gfx/gl/gl_surface.cc
|
| +++ b/ui/gl/gl_surface.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/gfx/gl/gl_surface.h"
|
| +#include "ui/gl/gl_surface.h"
|
|
|
| #include <algorithm>
|
| #include <vector>
|
| @@ -11,8 +11,8 @@
|
| #include "base/lazy_instance.h"
|
| #include "base/logging.h"
|
| #include "base/threading/thread_local.h"
|
| -#include "ui/gfx/gl/gl_context.h"
|
| -#include "ui/gfx/gl/gl_implementation.h"
|
| +#include "ui/gl/gl_context.h"
|
| +#include "ui/gl/gl_implementation.h"
|
|
|
| namespace gfx {
|
|
|
|
|