| Index: ui/gl/gl_surface_cgl.h
|
| diff --git a/ui/gfx/gl/gl_surface_cgl.h b/ui/gl/gl_surface_cgl.h
|
| similarity index 89%
|
| rename from ui/gfx/gl/gl_surface_cgl.h
|
| rename to ui/gl/gl_surface_cgl.h
|
| index e6a6d06a3f45667a1229c7ae440761c74e64506a..00886cf2f65cf66665a4c359c9b36ab6870cee2a 100644
|
| --- a/ui/gfx/gl/gl_surface_cgl.h
|
| +++ b/ui/gl/gl_surface_cgl.h
|
| @@ -2,11 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef UI_GFX_GL_GL_SURFACE_CGL_H_
|
| -#define UI_GFX_GL_GL_SURFACE_CGL_H_
|
| +#ifndef UI_GL_GL_SURFACE_CGL_H_
|
| +#define UI_GL_GL_SURFACE_CGL_H_
|
| +#pragma once
|
|
|
| -#include "ui/gfx/gl/gl_surface.h"
|
| #include "ui/gfx/size.h"
|
| +#include "ui/gl/gl_surface.h"
|
|
|
| namespace gfx {
|
|
|
| @@ -52,4 +53,4 @@ class GL_EXPORT NoOpGLSurfaceCGL : public GLSurfaceCGL {
|
|
|
| } // namespace gfx
|
|
|
| -#endif // UI_GFX_GL_GL_SURFACE_CGL_H_
|
| +#endif // UI_GL_GL_SURFACE_CGL_H_
|
|
|