Index: src/gpu/SkGpuDevice.cpp |
diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp |
index 83cdef701a077f71614feb6f202a327d75fdb810..02766b675753bd29307117c77d6af4099982eb2f 100644 |
--- a/src/gpu/SkGpuDevice.cpp |
+++ b/src/gpu/SkGpuDevice.cpp |
@@ -1814,7 +1814,7 @@ bool SkGpuDevice::EXPERIMENTAL_drawPicture(SkCanvas* mainCanvas, const SkPicture |
GrReplacements replacements; |
- GrLayerHoister::DrawLayers(atlased, nonAtlased, recycled, &replacements); |
+ GrLayerHoister::DrawLayers(fContext, atlased, nonAtlased, recycled, &replacements); |
// Render the entire picture using new layers |
const SkMatrix initialMatrix = mainCanvas->getTotalMatrix(); |