| 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 94f60a12dee44e45e192353f555380960b9e3ff7..337c6dd71a64a3aa7d8b898bc851600cc804283d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItem.h
|
| @@ -62,6 +62,7 @@ public:
|
| DrawingPaintPhaseLast = DrawingFirst + PaintPhaseMax,
|
| BoxDecorationBackground,
|
| Caret,
|
| + DragCaret,
|
| ColumnRules,
|
| DebugDrawing,
|
| DebugRedFill,
|
|
|