| 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 707d50796adcf1929baef57e62d2fc465060959e..a4ed412bc1247e16a4579fff8c06dd8a49f8cb97 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.cc
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.cc
|
| @@ -44,7 +44,7 @@ namespace {
|
| // ContextGroup's memory type managers and the GpuMemoryManager class.
|
| class GpuCommandBufferMemoryTracker : public gpu::gles2::MemoryTracker {
|
| public:
|
| - GpuCommandBufferMemoryTracker(GpuChannel* channel) :
|
| + explicit GpuCommandBufferMemoryTracker(GpuChannel* channel) :
|
| tracking_group_(channel->gpu_channel_manager()->gpu_memory_manager()->
|
| CreateTrackingGroup(channel->renderer_pid(), this)) {
|
| }
|
|
|