| 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 059e87d4f9f06a9ad1341e3bd57822e2651a9052..a5e287ac3567506295a3f76096b90c3fe4088ff5 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation.h
|
| @@ -124,10 +124,6 @@ class GLES2_IMPL_EXPORT GLES2Implementation
|
| NON_EXPORTED_BASE(public GpuControlClient),
|
| NON_EXPORTED_BASE(public base::trace_event::MemoryDumpProvider) {
|
| public:
|
| - enum MappedMemoryLimit {
|
| - kNoLimit = MappedMemoryManager::kNoLimit,
|
| - };
|
| -
|
| // Stores GL state that never changes.
|
| struct GLES2_IMPL_EXPORT GLStaticState {
|
| GLStaticState();
|
|
|