| Index: Source/core/rendering/PaintPhase.h
|
| diff --git a/Source/core/rendering/PaintPhase.h b/Source/core/rendering/PaintPhase.h
|
| index a996430bf2f9607e88cc0ed8c916c133d6a418a0..0cea3753cbbcac712977292838e69342c1fa95e6 100644
|
| --- a/Source/core/rendering/PaintPhase.h
|
| +++ b/Source/core/rendering/PaintPhase.h
|
| @@ -51,6 +51,7 @@ enum PaintPhase {
|
| PaintPhaseTextClip = 10,
|
| PaintPhaseMask = 11,
|
| PaintPhaseClippingMask = 12,
|
| + PaintPhaseCaret = 13,
|
| // These values must be kept in sync with DisplayItem::Type.
|
| };
|
|
|
|
|