| Index: gpu/command_buffer/service/gles2_cmd_decoder.h
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.h b/gpu/command_buffer/service/gles2_cmd_decoder.h
|
| index ad06a6e95bf6dffcc4109b8eaf29a7f2f03c5e6a..1307f5b98e3e09cf530e1ce819571972b326b2fc 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder.h
|
| @@ -35,6 +35,7 @@ namespace gles2 {
|
| class ContextGroup;
|
| class ErrorState;
|
| class GLES2Util;
|
| +class ImageManager;
|
| class Logger;
|
| class QueryManager;
|
| class VertexArrayManager;
|
| @@ -160,6 +161,9 @@ class GPU_EXPORT GLES2Decoder : public base::SupportsWeakPtr<GLES2Decoder>,
|
| // Gets the VertexArrayManager for this context.
|
| virtual VertexArrayManager* GetVertexArrayManager() = 0;
|
|
|
| + // Gets the ImageManager for this context.
|
| + virtual ImageManager* GetImageManager() = 0;
|
| +
|
| // Process any pending queries. Returns false if there are no pending queries.
|
| virtual bool ProcessPendingQueries() = 0;
|
|
|
|
|