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

Side by Side Diff: cc/trees/thread_proxy.h

Issue 13065006: cc: Add DISALLOW_COPY_AND_ASSIGN where appropriate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add operator= for DrawingState back as well Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « cc/trees/proxy.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2011 The Chromium Authors. All rights reserved. 1 // Copyright 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CC_TREES_THREAD_PROXY_H_ 5 #ifndef CC_TREES_THREAD_PROXY_H_
6 #define CC_TREES_THREAD_PROXY_H_ 6 #define CC_TREES_THREAD_PROXY_H_
7 7
8 #include "base/memory/scoped_ptr.h" 8 #include "base/memory/scoped_ptr.h"
9 #include "base/memory/weak_ptr.h" 9 #include "base/memory/weak_ptr.h"
10 #include "base/time.h" 10 #include "base/time.h"
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 249
250 bool render_vsync_enabled_; 250 bool render_vsync_enabled_;
251 251
252 bool inside_draw_; 252 bool inside_draw_;
253 253
254 bool defer_commits_; 254 bool defer_commits_;
255 scoped_ptr<BeginFrameAndCommitState> pending_deferred_commit_; 255 scoped_ptr<BeginFrameAndCommitState> pending_deferred_commit_;
256 256
257 base::TimeTicks smoothness_takes_priority_expiration_time_; 257 base::TimeTicks smoothness_takes_priority_expiration_time_;
258 bool renew_tree_priority_on_impl_thread_pending_; 258 bool renew_tree_priority_on_impl_thread_pending_;
259
260 DISALLOW_COPY_AND_ASSIGN(ThreadProxy);
259 }; 261 };
260 262
261 } // namespace cc 263 } // namespace cc
262 264
263 #endif // CC_TREES_THREAD_PROXY_H_ 265 #endif // CC_TREES_THREAD_PROXY_H_
OLDNEW
« no previous file with comments | « cc/trees/proxy.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698