Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3645)

Unified Diff: cc/paint/paint_image.cc

Issue 2768143002: Back PaintRecord with PaintOpBuffer instead of SkPicture (Closed)
Patch Set: Rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/paint/paint_image.cc
diff --git a/cc/paint/paint_image.cc b/cc/paint/paint_image.cc
index 70644ed4c41e773b10152d752dbfd32ac854c7c5..d34d05d89c619f0cd849c7f4186eb835a372fa61 100644
--- a/cc/paint/paint_image.cc
+++ b/cc/paint/paint_image.cc
@@ -12,6 +12,9 @@ PaintImage::PaintImage(sk_sp<const SkImage> sk_image,
: sk_image_(std::move(sk_image)),
animation_type_(animation_type),
completion_state_(completion_state) {}
+
+PaintImage::PaintImage(const PaintImage& image) = default;
+
PaintImage::~PaintImage() = default;
} // namespace cc
« no previous file with comments | « cc/paint/paint_image.h ('k') | cc/paint/paint_op_buffer.h » ('j') | cc/paint/paint_op_buffer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698