mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibPDF: Extract Parser::parse_inline_image()
Pure code move, no intended behavior change. The motivation is just to make Parser::parse_operators() less nested and more focused.
This commit is contained in:
parent
f972eda7ed
commit
3d07684891
Notes:
sideshowbarker
2024-07-17 03:03:37 +09:00
Author: https://github.com/nico
Commit: 3d07684891
Pull-request: https://github.com/SerenityOS/serenity/pull/22386
2 changed files with 45 additions and 40 deletions
|
@ -73,6 +73,8 @@ public:
|
|||
void pop_reference() { m_current_reference_stack.take_last(); }
|
||||
|
||||
protected:
|
||||
PDFErrorOr<NonnullRefPtr<StreamObject>> parse_inline_image();
|
||||
|
||||
Error error(
|
||||
ByteString const& message
|
||||
#ifdef PDF_DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue