| Index: ui/gl/gl_bindings_skia_in_process.h
|
| diff --git a/ui/gfx/gl/gl_bindings_skia_in_process.h b/ui/gl/gl_bindings_skia_in_process.h
|
| similarity index 58%
|
| rename from ui/gfx/gl/gl_bindings_skia_in_process.h
|
| rename to ui/gl/gl_bindings_skia_in_process.h
|
| index 4ae208c3c561d821af64b733f50bf7cc3cfe8433..5bd356a241afedf529b62f708ddfad825b73f11e 100644
|
| --- a/ui/gfx/gl/gl_bindings_skia_in_process.h
|
| +++ b/ui/gl/gl_bindings_skia_in_process.h
|
| @@ -1,12 +1,12 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // 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_BINDINGS_SKIA_IN_PROCESS_H_
|
| -#define UI_GFX_GL_GL_BINDINGS_SKIA_IN_PROCESS_H_
|
| +#ifndef UI_GL_GL_BINDINGS_SKIA_IN_PROCESS_H_
|
| +#define UI_GL_GL_BINDINGS_SKIA_IN_PROCESS_H_
|
| #pragma once
|
|
|
| -#include "ui/gfx/gl/gl_export.h"
|
| +#include "ui/gl/gl_export.h"
|
|
|
| struct GrGLInterface;
|
|
|
| @@ -16,7 +16,6 @@ namespace gfx {
|
| // creates a binding for skia-gpu to the in-process GL
|
| GL_EXPORT GrGLInterface* CreateInProcessSkiaGLBinding();
|
|
|
| -}
|
| -
|
| -#endif // UI_GFX_GL_GL_BINDINGS_SKIA_IN_PROCESS_H_
|
| +} // namespace gfx
|
|
|
| +#endif // UI_GL_GL_BINDINGS_SKIA_IN_PROCESS_H_
|
|
|