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

Unified Diff: content/renderer/pepper_platform_context_3d_impl.h

Issue 9340012: Move gpu client files to content_common, in content/common/gpu/client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove unneeded enums Created 8 years, 10 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_platform_context_3d_impl.h
diff --git a/content/renderer/pepper_platform_context_3d_impl.h b/content/renderer/pepper_platform_context_3d_impl.h
index cac5c3c45ac0e47b3d61fe1d8c4d6596f6223402..4baa1cefffa5d3c5cb51ba5e88b6e22d9ef8a927 100644
--- a/content/renderer/pepper_platform_context_3d_impl.h
+++ b/content/renderer/pepper_platform_context_3d_impl.h
@@ -20,7 +20,7 @@ class CommandBuffer;
class CommandBufferProxy;
class GpuChannelHost;
class PepperParentContextProvider;
-class RendererGLContext;
+class ContentGLContext;
class PlatformContext3DImpl
: public webkit::ppapi::PluginDelegate::PlatformContext3D {
@@ -42,7 +42,7 @@ class PlatformContext3DImpl
// Implicitly weak pointer; must outlive this instance.
PepperParentContextProvider* parent_context_provider_;
- base::WeakPtr<RendererGLContext> parent_context_;
+ base::WeakPtr<ContentGLContext> parent_context_;
scoped_refptr<GpuChannelHost> channel_;
unsigned int parent_texture_id_;
CommandBufferProxy* command_buffer_;
« no previous file with comments | « content/renderer/pepper_parent_context_provider.h ('k') | content/renderer/pepper_platform_context_3d_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698