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

Unified Diff: cc/paint/discardable_image_store.h

Issue 2857923004: cc: Keep PaintImage in DrawImage. (Closed)
Patch Set: dependent branch 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
« no previous file with comments | « no previous file | cc/paint/discardable_image_store.cc » ('j') | cc/paint/discardable_image_store.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/paint/discardable_image_store.h
diff --git a/cc/paint/discardable_image_store.h b/cc/paint/discardable_image_store.h
index f6c94f1deb9e232826370dfc159e4af20a6b151b..35af04f06b9621117ff2bff82f79ccef380a1b17 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,
« no previous file with comments | « no previous file | cc/paint/discardable_image_store.cc » ('j') | cc/paint/discardable_image_store.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698