diff options
Diffstat (limited to 'src/display/drawing.h')
| -rw-r--r-- | src/display/drawing.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/display/drawing.h b/src/display/drawing.h index 011bf35a6..cfba4ebe6 100644 --- a/src/display/drawing.h +++ b/src/display/drawing.h @@ -55,6 +55,7 @@ public: Geom::OptIntRect const &cacheLimit() const; void setCacheLimit(Geom::OptIntRect const &r); + void setCacheBudget(size_t bytes); OutlineColors const &colors() const { return _colors; } @@ -67,7 +68,7 @@ public: sigc::signal<void, DrawingItem *> signal_item_deleted; private: - void _reportCacheScore(CacheRecord const &); + void _pickItemsForCaching(); typedef std::list<CacheRecord> CandidateList; |
