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

Unified Diff: cc/paint/paint_image.h

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.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_; }
« no previous file with comments | « cc/paint/paint_flags.cc ('k') | cc/paint/paint_image.cc » ('j') | cc/paint/paint_op_buffer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698