Skip to content

Commit 16023eb

Browse files
Coverity: Initialize a member variable.
CID=103942 BUG=none TEST=none R=mmocny TBR=apatrick Review URL: http://codereview.chromium.org/10302022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135257 0039d316-1c4b-4281-b951-d872f2087c98
1 parent 833b384 commit 16023eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/common/gpu/gpu_command_buffer_stub.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ GpuCommandBufferStub::GpuCommandBufferStub(
5858
gpu_preference_(gpu_preference),
5959
route_id_(route_id),
6060
software_(software),
61+
client_has_memory_allocation_changed_callback_(false),
6162
last_flush_count_(0),
6263
allocation_(GpuMemoryAllocation::INVALID_RESOURCE_SIZE,
6364
GpuMemoryAllocation::kHasFrontbuffer |

0 commit comments

Comments
 (0)