| Index: third_party/WebKit/Source/core/paint/PaintPhase.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintPhase.h b/third_party/WebKit/Source/core/paint/PaintPhase.h
|
| index 7c3ce1a3060204bbb689cf4bb61c7497d38ab197..c9784e6d7ea355709562ffd8f33df8ebf7c3a4f9 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPhase.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPhase.h
|
| @@ -47,10 +47,9 @@ enum PaintPhase {
|
| PaintPhaseChildOutlines = 6,
|
| PaintPhaseSelfOutline = 7,
|
| PaintPhaseSelection = 8,
|
| - PaintPhaseCollapsedTableBorders = 9,
|
| - PaintPhaseTextClip = 10,
|
| - PaintPhaseMask = 11,
|
| - PaintPhaseClippingMask = 12,
|
| + PaintPhaseTextClip = 9,
|
| + PaintPhaseMask = 10,
|
| + PaintPhaseClippingMask = 11,
|
| PaintPhaseMax = PaintPhaseClippingMask,
|
| // These values must be kept in sync with DisplayItem::Type and DisplayItem::typeAsDebugString().
|
| };
|
|
|