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

Unified Diff: content/common/gpu/gles2_texture_to_egl_image_translator.h

Issue 7057027: Updated OMX decoder for recent PPAPI changes, and added to the build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased to ToT r86339 Created 9 years, 7 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
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_

Powered by Google App Engine
This is Rietveld 408576698