| Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
 | 
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
 | 
| index eef5deeb1c383e1180b0cacc99b4901e82ffe4bf..150c9d91cc83645e41829b8f23fd3e40b93b8f45 100644
 | 
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
 | 
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
 | 
| @@ -108,6 +108,10 @@ static WTF::String specialDrawingTypeAsDebugString(DisplayItem::Type type)
 | 
|          DEBUG_STRING_CASE(TableCellBackgroundFromColumn);
 | 
|          DEBUG_STRING_CASE(TableCellBackgroundFromSection);
 | 
|          DEBUG_STRING_CASE(TableCellBackgroundFromRow);
 | 
| +        DEBUG_STRING_CASE(TableSectionBoxShadowInset);
 | 
| +        DEBUG_STRING_CASE(TableSectionBoxShadowNormal);
 | 
| +        DEBUG_STRING_CASE(TableRowBoxShadowInset);
 | 
| +        DEBUG_STRING_CASE(TableRowBoxShadowNormal);
 | 
|          DEBUG_STRING_CASE(VideoBitmap);
 | 
|          DEBUG_STRING_CASE(WebPlugin);
 | 
|          DEBUG_STRING_CASE(WebFont);
 | 
| 
 |