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

Unified Diff: content/renderer/pepper/pepper_platform_context_3d_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_context_3d_impl.h
diff --git a/content/renderer/pepper/pepper_platform_context_3d_impl.h b/content/renderer/pepper/pepper_platform_context_3d_impl.h
index 9180d4004ecc3136481e50a54b9945d9a4a78581..59fa85ecb4f1a4210340847fcb5e41a9b31b83f0 100644
--- a/content/renderer/pepper/pepper_platform_context_3d_impl.h
+++ b/content/renderer/pepper/pepper_platform_context_3d_impl.h
@@ -22,9 +22,12 @@ class CommandBuffer;
class CommandBufferProxy;
class GpuChannelHost;
-class PepperParentContextProvider;
class ContentGLContext;
+namespace content {
+
+class PepperParentContextProvider;
+
class PlatformContext3DImpl
: public webkit::ppapi::PluginDelegate::PlatformContext3D {
public:
@@ -59,6 +62,8 @@ class PlatformContext3DImpl
base::WeakPtrFactory<PlatformContext3DImpl> weak_ptr_factory_;
};
+} // namespace content
+
#endif // ENABLE_GPU
#endif // CONTENT_RENDERER_PEPPER_PEPPER_PLATFORM_CONTEXT_3D_IMPL_H_

Powered by Google App Engine
This is Rietveld 408576698