mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:27:35 +00:00
LibWeb: Make DecodedImageData an abstract class
The existing implementation moves down into a new subclass called AnimatedBitmapDecodedImageData. The purpose of this change is to create an extension point where we can plug in an SVG renderer. :^)
This commit is contained in:
parent
f7185dfa91
commit
4ee1e5b224
6 changed files with 108 additions and 61 deletions
|
@ -206,6 +206,7 @@ set(SOURCES
|
|||
Geometry/DOMRect.cpp
|
||||
Geometry/DOMRectList.cpp
|
||||
Geometry/DOMRectReadOnly.cpp
|
||||
HTML/AnimatedBitmapDecodedImageData.cpp
|
||||
HTML/AttributeNames.cpp
|
||||
HTML/BrowsingContext.cpp
|
||||
HTML/BrowsingContextGroup.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue