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

Unified Diff: cc/resources/managed_tile_state.h

Issue 13065006: cc: Add DISALLOW_COPY_AND_ASSIGN where appropriate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
Index: cc/resources/managed_tile_state.h
diff --git a/cc/resources/managed_tile_state.h b/cc/resources/managed_tile_state.h
index 3452da75afaf10fe3d7b43ce3670245e42c67fb0..838516b70c43b2f62ca9f63eb4c3c3b160f86a94 100644
--- a/cc/resources/managed_tile_state.h
+++ b/cc/resources/managed_tile_state.h
@@ -83,6 +83,8 @@ class CC_EXPORT ManagedTileState {
bool resource_is_being_initialized_;
bool can_be_freed_;
bool contents_swizzled_;
+
+ DISALLOW_COPY_AND_ASSIGN(DrawingInfo);
};

Powered by Google App Engine
This is Rietveld 408576698