Index: cc/layers/nine_patch_layer_impl.h |
diff --git a/cc/layers/nine_patch_layer_impl.h b/cc/layers/nine_patch_layer_impl.h |
index d87f78569cb625fb1b9d90e6d0a3e27938c6aadd..7350b035e15e1460908f59d9486e59f31e1b1f79 100644 |
--- a/cc/layers/nine_patch_layer_impl.h |
+++ b/cc/layers/nine_patch_layer_impl.h |
@@ -58,6 +58,8 @@ class CC_EXPORT NinePatchLayerImpl : public LayerImpl { |
gfx::Rect image_aperture_; |
ResourceProvider::ResourceId resource_id_; |
+ |
+ DISALLOW_COPY_AND_ASSIGN(NinePatchLayerImpl); |
}; |
} // namespace cc |