| 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 41fa5e5a2ffd6158f1b6e13370cc69f961b1f879..54242878cbbe878a393f6655b6a604267cb04229 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.cc
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.cc
|
| @@ -58,6 +58,7 @@ GpuCommandBufferStub::GpuCommandBufferStub(
|
| gpu_preference_(gpu_preference),
|
| route_id_(route_id),
|
| software_(software),
|
| + client_has_memory_allocation_changed_callback_(false),
|
| last_flush_count_(0),
|
| allocation_(GpuMemoryAllocation::INVALID_RESOURCE_SIZE,
|
| GpuMemoryAllocation::kHasFrontbuffer |
|
|
|