mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 984761 - IPDL serialization for the filter attribute name enum. r=bjacob
This commit is contained in:
parent
bd19cf32f1
commit
a845b1be54
@ -284,6 +284,13 @@ struct ParamTraits<gfxImageFormat>
|
||||
gfxImageFormat::Unknown>
|
||||
{};
|
||||
|
||||
template <>
|
||||
struct ParamTraits<mozilla::gfx::AttributeName>
|
||||
: public EnumSerializer<mozilla::gfx::AttributeName,
|
||||
mozilla::gfx::eBlendBlendmode,
|
||||
mozilla::gfx::eLastAttributeName>
|
||||
{};
|
||||
|
||||
template <>
|
||||
struct ParamTraits<mozilla::gfx::AttributeType>
|
||||
: public TypedEnumSerializer<mozilla::gfx::AttributeType,
|
||||
|
@ -140,6 +140,7 @@ enum AttributeName {
|
||||
eImageNativeSize,
|
||||
eImageSubregion,
|
||||
eImageTransform,
|
||||
eLastAttributeName
|
||||
};
|
||||
|
||||
class DrawTarget;
|
||||
|
Loading…
Reference in New Issue
Block a user