Index: src/gpu/GrRenderTargetOpList.cpp |
diff --git a/src/gpu/GrRenderTargetOpList.cpp b/src/gpu/GrRenderTargetOpList.cpp |
index 33a8608a3ddc083b98b3bc9639e570c05e03c739..37c469af6a302d9ad99fcfb9d87d7cf698eb6dc5 100644 |
--- a/src/gpu/GrRenderTargetOpList.cpp |
+++ b/src/gpu/GrRenderTargetOpList.cpp |
@@ -52,7 +52,8 @@ GrRenderTargetOpList::GrRenderTargetOpList(GrRenderTargetProxy* rtp, GrGpu* gpu, |
: INHERITED(rtp, auditTrail) |
, fLastFullClearBatch(nullptr) |
, fGpu(SkRef(gpu)) |
- , fResourceProvider(resourceProvider) { |
+ , fResourceProvider(resourceProvider) |
+ , fLastClipStackGenID(SK_InvalidUniqueID) { |
// TODO: Stop extracting the context (currently needed by GrClip) |
fContext = fGpu->getContext(); |