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

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

Issue 11225045: Move a bunch of content\common code into the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 8 years, 2 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/media/gles2_texture_to_egl_image_translator.h
===================================================================
--- content/common/gpu/media/gles2_texture_to_egl_image_translator.h (revision 163460)
+++ content/common/gpu/media/gles2_texture_to_egl_image_translator.h (working copy)
@@ -14,6 +14,8 @@
#include "third_party/angle/include/GLES2/gl2.h"
#include "third_party/angle/include/GLES2/gl2ext.h"
+namespace content {
+
// Class to wrap egl-opengles related operations.
// PPAPI will give the textures to OmxVideoDecodeAccelerator.
// OmxVideoDecodeAccelerator will use this class to convert
@@ -38,4 +40,6 @@
DISALLOW_COPY_AND_ASSIGN(Gles2TextureToEglImageTranslator);
};
+} // namespace content
+
#endif // CONTENT_COMMON_GPU_MEDIA_GLES2_TEXTURE_TO_EGL_IMAGE_TRANSLATOR_H_

Powered by Google App Engine
This is Rietveld 408576698