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

Unified Diff: cc/resources/picture_layer_tiling.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/picture_layer_tiling.h
diff --git a/cc/resources/picture_layer_tiling.h b/cc/resources/picture_layer_tiling.h
index bc613219fd9809315afa0d9f33326c218d7c7c5d..a2423e91985be9e63b5648eec431fda7de07e8ec 100644
--- a/cc/resources/picture_layer_tiling.h
+++ b/cc/resources/picture_layer_tiling.h
@@ -168,6 +168,9 @@ class CC_EXPORT PictureLayerTiling {
double last_impl_frame_time_;
friend class Iterator;
+
+ private:
+ DISALLOW_ASSIGN(PictureLayerTiling);
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698