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

Unified Diff: cc/debug/ring_buffer.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, 9 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 | « cc/debug/fake_web_graphics_context_3d.h ('k') | cc/input/pinch_zoom_scrollbar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/ring_buffer.h
diff --git a/cc/debug/ring_buffer.h b/cc/debug/ring_buffer.h
index 74da2d97cb3d320fa832f561bc7fe2816681cff3..94d8459acd7ff0ecc37c9a759ce67191ef60ac07 100644
--- a/cc/debug/ring_buffer.h
+++ b/cc/debug/ring_buffer.h
@@ -113,6 +113,8 @@ class RingBuffer {
T buffer_[kSize];
size_t current_index_;
+
+ DISALLOW_COPY_AND_ASSIGN(RingBuffer);
};
} // namespace cc
« no previous file with comments | « cc/debug/fake_web_graphics_context_3d.h ('k') | cc/input/pinch_zoom_scrollbar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698