Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit e25f277

Browse files
committed
Respect paint
1 parent f74ae28 commit e25f277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/raster_cache.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ bool RasterCache::Draw(const Layer* layer,
242242
entry.used_this_frame = true;
243243

244244
if (entry.image.is_valid()) {
245-
entry.image.draw(canvas);
245+
entry.image.draw(canvas, paint);
246246
return true;
247247
}
248248

0 commit comments

Comments
 (0)