summaryrefslogtreecommitdiffstats
path: root/cc/layers/picture_layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layers/picture_layer.h')
-rw-r--r--cc/layers/picture_layer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/layers/picture_layer.h b/cc/layers/picture_layer.h
index 0ba4031..0cb1583 100644
--- a/cc/layers/picture_layer.h
+++ b/cc/layers/picture_layer.h
@@ -50,6 +50,8 @@ class CC_EXPORT PictureLayer : public ContentsScalingLayer {
// Invalidation from the last time update was called.
Region pile_invalidation_;
bool is_mask_;
+
+ DISALLOW_COPY_AND_ASSIGN(PictureLayer);
};
} // namespace cc