Chromium Code Reviews| Index: src/core/SkLiteDL.h |
| diff --git a/src/core/SkLiteDL.h b/src/core/SkLiteDL.h |
| index 072672d7efd3f277cfc641ede444ca580cddac28..a0c168505a60655c25b22484a1222bac444da028 100644 |
| --- a/src/core/SkLiteDL.h |
| +++ b/src/core/SkLiteDL.h |
| @@ -21,6 +21,8 @@ class SkLiteDL final : public SkDrawable { |
| public: |
| static sk_sp<SkLiteDL> New(SkRect); |
| + static void PurgeFreelist(); |
| + |
| void optimizeFor(GrContext*); |
| void makeThreadsafe(); |