Index: webkit/plugins/ppapi/ppb_context_3d_impl.cc |
diff --git a/webkit/plugins/ppapi/ppb_context_3d_impl.cc b/webkit/plugins/ppapi/ppb_context_3d_impl.cc |
index 0da5dcaa02f28690c69b2c51176adcc37f5e3294..369cbc96b3887ab668df4774dae0526c91ee344c 100644 |
--- a/webkit/plugins/ppapi/ppb_context_3d_impl.cc |
+++ b/webkit/plugins/ppapi/ppb_context_3d_impl.cc |
@@ -111,7 +111,7 @@ bool PPB_Context3D_Impl::Init(PP_Config3D_Dev config, |
PP_Resource share_context, |
const int32_t* attrib_list) { |
// Create and initialize the objects required to issue GLES2 calls. |
- platform_context_.reset(instance()->delegate()->CreateContext3D()); |
+ platform_context_.reset(instance()->CreateContext3D()); |
if (!platform_context_.get()) { |
Destroy(); |
return false; |