| Index: content/common/gpu/gpu_command_buffer_stub.cc
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.cc b/content/common/gpu/gpu_command_buffer_stub.cc
|
| index 0b8e8f54a9ee1d23a3c2ce3c61687fc7cdd3228e..16c44053435d6d23e62547e9dd878439b517a28c 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.cc
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.cc
|
| @@ -49,8 +49,7 @@ GpuCommandBufferStub::GpuCommandBufferStub(
|
| render_view_id_(render_view_id),
|
| parent_stub_for_initialization_(),
|
| parent_texture_for_initialization_(0),
|
| - watchdog_(watchdog),
|
| - task_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)) {
|
| + watchdog_(watchdog) {
|
| if (share_group) {
|
| context_group_ = share_group->context_group_;
|
| } else {
|
|
|