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

Unified Diff: cc/paint/discardable_image_store.h

Issue 2857923004: cc: Keep PaintImage in DrawImage. (Closed)
Patch Set: rebased Created 3 years, 7 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/discardable_image_store.h
diff --git a/cc/paint/discardable_image_store.h b/cc/paint/discardable_image_store.h
index 426785c529a5acccf814c36d123a2d0212f9b049..da63af47bf23830f5a551961cc829d668a4cfa44 100644
--- a/cc/paint/discardable_image_store.h
+++ b/cc/paint/discardable_image_store.h
@@ -33,7 +33,7 @@ class CC_PAINT_EXPORT DiscardableImageStore {
class PaintTrackingCanvas;
void AddImageFromFlags(const SkRect& rect, const PaintFlags& flags);
- void AddImage(const PaintImage& paint_image,
+ void AddImage(PaintImage paint_image,
const SkRect& src_rect,
const SkRect& rect,
const SkMatrix* local_matrix,

Powered by Google App Engine
This is Rietveld 408576698