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

Unified Diff: cc/layers/solid_color_layer_impl.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/layers/solid_color_layer_impl.h
diff --git a/cc/layers/solid_color_layer_impl.h b/cc/layers/solid_color_layer_impl.h
index 36be2f7e1af67ca635e8b2946947ff5d4f085d75..d83c7b02d986cd0aaba2448a6d9e6a951988da1e 100644
--- a/cc/layers/solid_color_layer_impl.h
+++ b/cc/layers/solid_color_layer_impl.h
@@ -32,6 +32,8 @@ class CC_EXPORT SolidColorLayerImpl : public LayerImpl {
virtual const char* LayerTypeAsString() const OVERRIDE;
const int tile_size_;
+
+ DISALLOW_COPY_AND_ASSIGN(SolidColorLayerImpl);
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698