| Index: content/renderer/pepper_plugin_delegate_impl.h
|
| diff --git a/content/renderer/pepper_plugin_delegate_impl.h b/content/renderer/pepper_plugin_delegate_impl.h
|
| index 1cba5eb95777b7128d76bc222990617154573f4c..d7ff48831ecd8786d924d4ae371b64bdb628e734 100644
|
| --- a/content/renderer/pepper_plugin_delegate_impl.h
|
| +++ b/content/renderer/pepper_plugin_delegate_impl.h
|
| @@ -431,7 +431,7 @@ class PepperPluginDelegateImpl
|
| webkit::ppapi::PluginModule* plugin_module);
|
|
|
| // Implementation of PepperParentContextProvider.
|
| - virtual RendererGLContext* GetParentContextForPlatformContext3D() OVERRIDE;
|
| + virtual ContentGLContext* GetParentContextForPlatformContext3D() OVERRIDE;
|
|
|
| // Helper function to check that TCP/UDP private APIs are allowed for current
|
| // page. This check actually allows socket usage for NativeClient code only.
|
|
|