| Index: cc/paint/paint_image.h
|
| diff --git a/cc/paint/paint_image.h b/cc/paint/paint_image.h
|
| index 0ed1edd7a768e1467ac79cdc4132a648f38e2b0c..c7723168c4d26489236f69a225c313ec0ba3f61d 100644
|
| --- a/cc/paint/paint_image.h
|
| +++ b/cc/paint/paint_image.h
|
| @@ -23,6 +23,7 @@ class CC_PAINT_EXPORT PaintImage {
|
| 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_; }
|
|
|