| Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| index b0dd949f769f1e3f4079a5e286946f28319d4834..ba8ecc3c98ece9a23fb27b6faddc19b6209fe2ac 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| @@ -105,6 +105,10 @@ public:
|
| TableCollapsedBorderUnalignedBase,
|
| TableCollapsedBorderBase = (((TableCollapsedBorderUnalignedBase - 1) >> 4) + 1) << 4,
|
| TableCollapsedBorderLast = TableCollapsedBorderBase + 0x0f,
|
| + TableSectionBoxShadowInset,
|
| + TableSectionBoxShadowNormal,
|
| + TableRowBoxShadowInset,
|
| + TableRowBoxShadowNormal,
|
| VideoBitmap,
|
| WebPlugin,
|
| WebFont,
|
|
|