| Index: content/common/gpu/gpu_command_buffer_stub.h
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
|
| index 2e1dc342e9c3f5294a76ff9d390854b2306413ab..0a2200ed93d1384c1f4b4bb9bded1dd5137526df 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -13,7 +13,6 @@
|
|
|
| #include "base/id_map.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "base/task.h"
|
| #include "content/common/gpu/media/gpu_video_decode_accelerator.h"
|
| #include "gpu/command_buffer/common/constants.h"
|
| #include "gpu/command_buffer/service/command_buffer_service.h"
|
| @@ -174,8 +173,6 @@ class GpuCommandBufferStub
|
| // decoder_route_id.
|
| IDMap<GpuVideoDecodeAccelerator, IDMapOwnPointer> video_decoders_;
|
|
|
| - ScopedRunnableMethodFactory<GpuCommandBufferStub> task_factory_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(GpuCommandBufferStub);
|
| };
|
|
|
|
|