| 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 1e9b88029e7661bbd02aae9e6b6496cf6b496856..c5c3db9224635be0e070d034c28ffc82e6aeb8cd 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.cpp
|
| @@ -101,6 +101,7 @@ static WTF::String specialDrawingTypeAsDebugString(DisplayItem::Type type)
|
| DEBUG_STRING_CASE(ScrollbarThumb);
|
| DEBUG_STRING_CASE(ScrollbarTickmarks);
|
| DEBUG_STRING_CASE(ScrollbarTrackBackground);
|
| + DEBUG_STRING_CASE(ScrollbarCompositedScrollbar);
|
| DEBUG_STRING_CASE(SelectionTint);
|
| DEBUG_STRING_CASE(TableCellBackgroundFromColumnGroup);
|
| DEBUG_STRING_CASE(TableCellBackgroundFromColumn);
|
|
|