| 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 a5304a5a1b70948a6037fd3b4ad148f5e444ca70..7657a16cccab6c9ed60c597c1b27b215931a5d75 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| @@ -106,6 +106,10 @@ public:
|
| TableCollapsedBorderUnalignedBase,
|
| TableCollapsedBorderBase = (((TableCollapsedBorderUnalignedBase - 1) >> 4) + 1) << 4,
|
| TableCollapsedBorderLast = TableCollapsedBorderBase + 0x0f,
|
| + TableSectionBoxShadowInset,
|
| + TableSectionBoxShadowNormal,
|
| + TableRowBoxShadowInset,
|
| + TableRowBoxShadowNormal,
|
| VideoBitmap,
|
| WebPlugin,
|
| WebFont,
|
|
|