Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1877)

Unified Diff: gpu/command_buffer/client/gles2_implementation.h

Issue 1900993002: Move SharedMemoryLimits out of WebGraphicsContext3DCommandBufferImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@limits
Patch Set: move-limits: rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 41ec69353da66b6085b2f158e38cf3fddb0f0410..954f534c9ba26eecc7a2244f19d26690e1938965 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();

Powered by Google App Engine
This is Rietveld 408576698