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

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 9730bb95ffc54a7c5c825f6c812c0aa1c51013f0..9716b9cf4651d51c1d235dc0365c0f3007c74540 100644
--- a/content/renderer/pepper/pepper_platform_context_3d_impl.h
+++ b/content/renderer/pepper/pepper_platform_context_3d_impl.h
@@ -21,9 +21,12 @@ class CommandBuffer;
class CommandBufferProxy;
class GpuChannelHost;
-class PepperParentContextProvider;
class ContentGLContext;
+namespace content {
+
+class PepperParentContextProvider;
+
class PlatformContext3DImpl
: public webkit::ppapi::PluginDelegate::PlatformContext3D {
public:
@@ -58,6 +61,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