Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
index 9b8ca6a63a32cc46b80448599e9e544d99c5392f..83d9dbfdb0945ce46429b17b146ed57b7d8a377b 100644 |
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc |
@@ -96,8 +96,8 @@ WebGraphicsContext3DCommandBufferImpl::WebGraphicsContext3DCommandBufferImpl( |
active_url_(active_url), |
gpu_preference_(attributes.preferDiscreteGPU ? gfx::PreferDiscreteGpu |
: gfx::PreferIntegratedGpu), |
- weak_ptr_factory_(this), |
- mem_limits_(limits) { |
+ mem_limits_(limits), |
+ weak_ptr_factory_(this) { |
if (share_context) { |
DCHECK(!attributes_.shareResources); |
share_group_ = share_context->share_group_; |