| Index: content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| index 147512676bdfa61565721f8c4f4794bbcd082f57..67a3438c97bc7cf94708fd00f1e203ac05c93ee0 100644
|
| --- a/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| @@ -53,6 +53,7 @@ struct WebCompositionUnderline;
|
| }
|
|
|
| namespace content {
|
| +class ContextProviderCommandBuffer;
|
| class GamepadSharedMemoryReader;
|
| class PepperBrokerImpl;
|
| class PepperDeviceEnumerationEventHandler;
|
| @@ -431,6 +432,8 @@ class PepperPluginDelegateImpl
|
| scoped_ptr<PepperDeviceEnumerationEventHandler>
|
| device_enumeration_event_handler_;
|
|
|
| + scoped_refptr<ContextProviderCommandBuffer> offscreen_context3d_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(PepperPluginDelegateImpl);
|
| };
|
|
|
|
|