| 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_;
|
|
|