| Index: content/common/gpu/gles2_texture_to_egl_image_translator.h
|
| diff --git a/content/gpu/gles2_texture_to_egl_image_translator.h b/content/common/gpu/gles2_texture_to_egl_image_translator.h
|
| similarity index 84%
|
| rename from content/gpu/gles2_texture_to_egl_image_translator.h
|
| rename to content/common/gpu/gles2_texture_to_egl_image_translator.h
|
| index 547ce27dcc21bf53a107ea5f880ad660df9625f9..173c63fb95d1ca3b12a6f3c17f343e6f26b5ddd2 100644
|
| --- a/content/gpu/gles2_texture_to_egl_image_translator.h
|
| +++ b/content/common/gpu/gles2_texture_to_egl_image_translator.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_GPU_GLES2_TEXTURE_TO_EGL_IMAGE_TRANSLATOR_H_
|
| -#define CONTENT_GPU_GLES2_TEXTURE_TO_EGL_IMAGE_TRANSLATOR_H_
|
| +#ifndef CONTENT_COMMON_GPU_GLES2_TEXTURE_TO_EGL_IMAGE_TRANSLATOR_H_
|
| +#define CONTENT_COMMON_GPU_GLES2_TEXTURE_TO_EGL_IMAGE_TRANSLATOR_H_
|
|
|
| #include <EGL/egl.h>
|
| #include <EGL/eglext.h>
|
| @@ -36,6 +36,4 @@ class Gles2TextureToEglImageTranslator {
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(Gles2TextureToEglImageTranslator);
|
| };
|
|
|
| -#endif // CONTENT_GPU_GLES2_TEXTURE_TO_EGL_IMAGE_TRANSLATOR_H_
|
| -
|
| -
|
| +#endif // CONTENT_COMMON_GPU_GLES2_TEXTURE_TO_EGL_IMAGE_TRANSLATOR_H_
|
|
|