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_; |