aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrReducedClip.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-11-18 19:01:12 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-18 19:01:12 -0800
commitf045d600fc5c17f8a3537401baf45043e7617368 (patch)
treee575898435e9d6e5cd1becb8ecd5c8a7f448be6e /src/gpu/GrReducedClip.h
parent9b341146d92b53d8f1b357924eab097a2e1eabca (diff)
Make block size a template parameter of SkTLList
Diffstat (limited to 'src/gpu/GrReducedClip.h')
-rw-r--r--src/gpu/GrReducedClip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrReducedClip.h b/src/gpu/GrReducedClip.h
index a0ce08a043..3a7c173d5e 100644
--- a/src/gpu/GrReducedClip.h
+++ b/src/gpu/GrReducedClip.h
@@ -13,7 +13,7 @@
class SK_API GrReducedClip {
public:
- typedef SkTLList<SkClipStack::Element> ElementList;
+ typedef SkTLList<SkClipStack::Element, 16> ElementList;
enum InitialState {
kAllIn_InitialState,