| Index: webkit/plugins/ppapi/plugin_delegate.h
|
| diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h
|
| index 41b6e6b997360955680e63dabd6365401854c838..931a39d44ab1e45fe9413d616a40a100b14db047 100644
|
| --- a/webkit/plugins/ppapi/plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/plugin_delegate.h
|
| @@ -172,7 +172,7 @@ class PluginDelegate {
|
| // This call will return the address of the command buffer for this context
|
| // that is constructed in Initialize() and is valid until this context is
|
| // destroyed.
|
| - virtual gpu::CommandBuffer* GetCommandBuffer() = 0;
|
| + virtual ::gpu::CommandBuffer* GetCommandBuffer() = 0;
|
|
|
| // Set an optional callback that will be invoked when the context is lost
|
| // (e.g. gpu process crash). Takes ownership of the callback.
|
|
|