Index: src/gpu/GrClipMaskManager.cpp |
diff --git a/src/gpu/GrClipMaskManager.cpp b/src/gpu/GrClipMaskManager.cpp |
index 6c864e2d2b659ca2b2eccd7356df8672fe79c047..9b78cdfddaa0a5454fda6f24e5f63ffe7d9ec04b 100644 |
--- a/src/gpu/GrClipMaskManager.cpp |
+++ b/src/gpu/GrClipMaskManager.cpp |
@@ -283,7 +283,7 @@ bool GrClipMaskManager::setupClipping(const GrPipelineBuilder& pipelineBuilder, |
fClipMode = kIgnoreClip_StencilClipMode; |
} |
- GrReducedClip::ElementList elements(16); |
+ GrReducedClip::ElementList elements; |
int32_t genID = 0; |
GrReducedClip::InitialState initialState = GrReducedClip::kAllIn_InitialState; |
SkIRect clipSpaceIBounds; |