| Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| index 1320b34d04be56b46bef56f697f6d4418e9bb9f7..ea14d7f0312a36626c25a20a7f743ab6a6fdd08b 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -148,7 +148,7 @@ class WebGraphicsContext3DCommandBufferImpl
|
| // WebGraphicsContext3D methods
|
| virtual bool isContextLost();
|
|
|
| - virtual WGC3Denum getGraphicsResetStatusARB();
|
| + virtual blink::WGC3Denum getGraphicsResetStatusARB();
|
|
|
| private:
|
| // These are the same error codes as used by EGL.
|
|
|