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

Unified Diff: cc/layers/picture_image_layer.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/picture_image_layer.h
diff --git a/cc/layers/picture_image_layer.h b/cc/layers/picture_image_layer.h
index 4f5e5c5c8e1537ced8c64deeade5af25fdfdabc0..09db1df6b3bf031cfdc62afae182aa4a677b5eae 100644
--- a/cc/layers/picture_image_layer.h
+++ b/cc/layers/picture_image_layer.h
@@ -36,6 +36,8 @@ class CC_EXPORT PictureImageLayer : public PictureLayer, ContentLayerClient {
virtual ~PictureImageLayer();
SkBitmap bitmap_;
+
+ DISALLOW_COPY_AND_ASSIGN(PictureImageLayer);
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698