Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1555)

Unified Diff: content/common/gpu/gpu_channel.cc

Issue 565833002: Refactoring the weak_ptr_factory order in src/content/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/gpu/gpu_channel.h ('k') | content/common/gpu/gpu_channel_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « content/common/gpu/gpu_channel.h ('k') | content/common/gpu/gpu_channel_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698