| 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 44283db711a2e1e47cd99792b15122274a32d612..97d5456bee67242cbf81e3dd0ccda2afe63ad53e 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation.h
|
| @@ -20,7 +20,6 @@
|
| #include "gpu/command_buffer/client/gles2_cmd_helper.h"
|
| #include "gpu/command_buffer/client/gles2_interface.h"
|
| #include "gpu/command_buffer/client/gpu_memory_buffer_tracker.h"
|
| -#include "gpu/command_buffer/client/image_factory.h"
|
| #include "gpu/command_buffer/client/query_tracker.h"
|
| #include "gpu/command_buffer/client/ref_counted.h"
|
| #include "gpu/command_buffer/client/ring_buffer.h"
|
| @@ -177,8 +176,7 @@ class GLES2_IMPL_EXPORT GLES2Implementation : public GLES2Interface {
|
| ShareGroup* share_group,
|
| TransferBufferInterface* transfer_buffer,
|
| bool share_resources,
|
| - bool bind_generates_resource,
|
| - ImageFactory* image_factory);
|
| + bool bind_generates_resource);
|
|
|
| virtual ~GLES2Implementation();
|
|
|
| @@ -669,8 +667,6 @@ class GLES2_IMPL_EXPORT GLES2Implementation : public GLES2Interface {
|
|
|
| scoped_ptr<std::string> current_trace_name_;
|
|
|
| - ImageFactory* image_factory_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(GLES2Implementation);
|
| };
|
|
|
|
|