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:
parent
126a0be595
commit
5513f8bbe3
2 changed files with 26 additions and 23 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue