mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:57:44 +00:00
LibGfx: Move ICC::Profile::read_tag() out of class
This commit is contained in:
parent
7f530c0753
commit
006dff6878
2 changed files with 2 additions and 3 deletions
|
@ -226,7 +226,6 @@ public:
|
|||
|
||||
private:
|
||||
ErrorOr<void> read_header(ReadonlyBytes);
|
||||
ErrorOr<NonnullRefPtr<TagData>> read_tag(ReadonlyBytes bytes, u32 offset_to_beginning_of_tag_data_element, u32 size_of_tag_data_element);
|
||||
ErrorOr<void> read_tag_table(ReadonlyBytes);
|
||||
ErrorOr<void> check_required_tags();
|
||||
ErrorOr<void> check_tag_types();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue