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

Unified Diff: content/renderer/pepper/pepper_platform_image_2d_impl.h

Issue 9959037: Put the Pepper stuff in the content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/renderer/pepper/pepper_platform_image_2d_impl.h
diff --git a/content/renderer/pepper/pepper_platform_image_2d_impl.h b/content/renderer/pepper/pepper_platform_image_2d_impl.h
index 333ee01c6267974b1e85ad906eca3e2f59590cb7..851689a0e4ac75a6348c24fb14685dae9861ebfc 100644
--- a/content/renderer/pepper/pepper_platform_image_2d_impl.h
+++ b/content/renderer/pepper/pepper_platform_image_2d_impl.h
@@ -8,6 +8,8 @@
#include "base/basictypes.h"
#include "webkit/plugins/ppapi/plugin_delegate.h"
+namespace content {
+
// Implements the Image2D using a TransportDIB.
class PepperPlatformImage2DImpl
: public webkit::ppapi::PluginDelegate::PlatformImage2D {
@@ -36,4 +38,6 @@ class PepperPlatformImage2DImpl
DISALLOW_COPY_AND_ASSIGN(PepperPlatformImage2DImpl);
};
+} // namespace content
+
#endif // CONTENT_RENDERER_PEPPER_PEPPER_PLATFORM_IMAGE_2D_IMPL_H_
« no previous file with comments | « content/renderer/pepper/pepper_platform_context_3d_impl.cc ('k') | content/renderer/pepper/pepper_platform_image_2d_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698