Index: cc/layers/nine_patch_layer.h |
diff --git a/cc/layers/nine_patch_layer.h b/cc/layers/nine_patch_layer.h |
index 21b8cb978e9a300a1f03c62714b33d9979b85dc2..9d6498c94e52168dd6f351eabb73da96c3f5c67f 100644 |
--- a/cc/layers/nine_patch_layer.h |
+++ b/cc/layers/nine_patch_layer.h |
@@ -54,6 +54,8 @@ class CC_EXPORT NinePatchLayer : public Layer { |
// The transparent center region that shows the parent layer's contents in |
// image space. |
gfx::Rect image_aperture_; |
+ |
+ DISALLOW_COPY_AND_ASSIGN(NinePatchLayer); |
}; |
} // namespace cc |