| Index: content/common/gpu/gpu_channel.cc
|
| diff --git a/content/common/gpu/gpu_channel.cc b/content/common/gpu/gpu_channel.cc
|
| index e8c2704aacfb3dd4ace05a17edcca3752b75bd3f..be1aa0a797551ef50999704ce907b6ce7c1dc96d 100644
|
| --- a/content/common/gpu/gpu_channel.cc
|
| +++ b/content/common/gpu/gpu_channel.cc
|
| @@ -410,9 +410,9 @@ GpuChannel::GpuChannel(GpuChannelManager* gpu_channel_manager,
|
| software_(software),
|
| handle_messages_scheduled_(false),
|
| currently_processing_message_(NULL),
|
| - weak_factory_(this),
|
| num_stubs_descheduled_(0),
|
| - allow_future_sync_points_(allow_future_sync_points) {
|
| + allow_future_sync_points_(allow_future_sync_points),
|
| + weak_factory_(this) {
|
| DCHECK(gpu_channel_manager);
|
| DCHECK(client_id);
|
|
|
|
|