| Index: gpu/command_buffer/client/gles2_implementation.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h
|
| index 2268195eda15224d27b8463ec0507c7f14024ad9..3e3e093b02aeed0330b78dd4152e9ffdbe7fe0ca 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation.h
|
| @@ -116,7 +116,7 @@ class VertexArrayObjectManager;
|
| // GLES2CmdHelper but that entails changing your code to use and deal with
|
| // shared memory and synchronization issues.
|
| class GLES2_IMPL_EXPORT GLES2Implementation
|
| - : public GLES2Interface,
|
| + : NON_EXPORTED_BASE(public GLES2Interface),
|
| NON_EXPORTED_BASE(public ContextSupport) {
|
| public:
|
| enum MappedMemoryLimit {
|
|
|