| Index: Source/platform/graphics/paint/DisplayItem.cpp
|
| diff --git a/Source/platform/graphics/paint/DisplayItem.cpp b/Source/platform/graphics/paint/DisplayItem.cpp
|
| index 6e5583437dc9672004dea9aa5eba62e1cdaecaf7..00e69bc7c939c01b382263193ba046828989961e 100644
|
| --- a/Source/platform/graphics/paint/DisplayItem.cpp
|
| +++ b/Source/platform/graphics/paint/DisplayItem.cpp
|
| @@ -158,6 +158,10 @@ WTF::String DisplayItem::typeAsDebugString(Type type)
|
| DEBUG_STRING_CASE(EndTransform);
|
| DEBUG_STRING_CASE(BeginClipPath);
|
| DEBUG_STRING_CASE(EndClipPath);
|
| + DEBUG_STRING_CASE(BeginFixedPosition);
|
| + DEBUG_STRING_CASE(EndFixedPosition);
|
| + DEBUG_STRING_CASE(BeginFixedPositionContainer);
|
| + DEBUG_STRING_CASE(EndFixedPositionContainer);
|
| DEFAULT_CASE;
|
| }
|
| }
|
|
|