1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:17:35 +00:00

LibPDF: Move ScopedState from a function on Renderer into Renderer

No behavior change.
This commit is contained in:
Nico Weber 2023-11-14 10:35:40 -05:00 committed by Sam Atkins
parent 126a0be595
commit 5513f8bbe3
2 changed files with 26 additions and 23 deletions

View file

@ -150,6 +150,8 @@ private:
PDFErrorOr<NonnullRefPtr<PDFFont>> get_font(FontCacheKey const&);
class ScopedState;
RefPtr<Document> m_document;
RefPtr<Gfx::Bitmap> m_bitmap;
Page const& m_page;