Index: cc/paint/paint_image.h |
diff --git a/cc/paint/paint_image.h b/cc/paint/paint_image.h |
index c7723168c4d26489236f69a225c313ec0ba3f61d..0ed1edd7a768e1467ac79cdc4132a648f38e2b0c 100644 |
--- a/cc/paint/paint_image.h |
+++ b/cc/paint/paint_image.h |
@@ -23,7 +23,6 @@ |
PaintImage(sk_sp<const SkImage> sk_image, |
AnimationType animation_type, |
CompletionState completion_state); |
- PaintImage(const PaintImage& image); |
~PaintImage(); |
const sk_sp<const SkImage>& sk_image() const { return sk_image_; } |