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

Unified Diff: cc/resources/resource.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/resources/priority_calculator.h ('k') | cc/resources/tile.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/resource.h
diff --git a/cc/resources/resource.h b/cc/resources/resource.h
index dd4ff76d66bb53cb07375104564407f085245223..8010722cc182adbcc8051a21d63098f8914141ba 100644
--- a/cc/resources/resource.h
+++ b/cc/resources/resource.h
@@ -37,6 +37,8 @@ class CC_EXPORT Resource {
ResourceProvider::ResourceId id_;
gfx::Size size_;
GLenum format_;
+
+ DISALLOW_COPY_AND_ASSIGN(Resource);
};
} // namespace cc
« no previous file with comments | « cc/resources/priority_calculator.h ('k') | cc/resources/tile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698