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

Unified Diff: gpu/gles2_conform_support/egl/context.h

Issue 2814583002: Service/ClientDiscardableManager (Closed)
Patch Set: rebase Created 3 years, 7 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
« no previous file with comments | « gpu/command_buffer/tests/gl_manager.cc ('k') | gpu/gles2_conform_support/egl/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gles2_conform_support/egl/context.h
diff --git a/gpu/gles2_conform_support/egl/context.h b/gpu/gles2_conform_support/egl/context.h
index 2865f1a4c5848e62a5f3e80367d280ae825ff37a..bebe596b39dec17dbb623f3f7056e4f7a671b661 100644
--- a/gpu/gles2_conform_support/egl/context.h
+++ b/gpu/gles2_conform_support/egl/context.h
@@ -24,6 +24,7 @@
#include <EGL/egl.h>
namespace gpu {
+class ServiceDiscardableManager;
class TransferBuffer;
namespace gles2 {
@@ -105,6 +106,7 @@ class Context : public base::RefCountedThreadSafe<Context>,
bool is_current_in_some_thread_;
bool is_destroyed_;
gpu::GpuPreferences gpu_preferences_;
+ std::unique_ptr<gpu::ServiceDiscardableManager> discardable_manager_;
const gpu::GpuDriverBugWorkarounds gpu_driver_bug_workarounds_;
std::unique_ptr<gpu::TransferBufferManager> transfer_buffer_manager_;
std::unique_ptr<gpu::CommandBufferService> command_buffer_;
« no previous file with comments | « gpu/command_buffer/tests/gl_manager.cc ('k') | gpu/gles2_conform_support/egl/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698