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

Unified Diff: cc/layers/video_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/video_layer.h
diff --git a/cc/layers/video_layer.h b/cc/layers/video_layer.h
index c9705cdb4c065da61760d5b16e1e4ec1412729f3..c894c845e03d6fb6fa3ae070d73f202a047287db 100644
--- a/cc/layers/video_layer.h
+++ b/cc/layers/video_layer.h
@@ -31,6 +31,8 @@ class CC_EXPORT VideoLayer : public Layer {
// This pointer is only for passing to VideoLayerImpl's constructor. It should
// never be dereferenced by this class.
VideoFrameProvider* provider_;
+
+ DISALLOW_COPY_AND_ASSIGN(VideoLayer);
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698