| Index: sky/engine/core/rendering/GraphicsContextAnnotator.cpp
|
| diff --git a/sky/engine/core/rendering/GraphicsContextAnnotator.cpp b/sky/engine/core/rendering/GraphicsContextAnnotator.cpp
|
| index c0a3dbc1e9238e6a99464b5befcdc54c828cf3e2..13c6462d803e52406e4f0c4e01b0364370ee0cca 100644
|
| --- a/sky/engine/core/rendering/GraphicsContextAnnotator.cpp
|
| +++ b/sky/engine/core/rendering/GraphicsContextAnnotator.cpp
|
| @@ -66,8 +66,6 @@ static const char* paintPhaseName(blink::PaintPhase phase)
|
| return "SelfOutline";
|
| case blink::PaintPhaseSelection:
|
| return "Selection";
|
| - case blink::PaintPhaseCollapsedTableBorders:
|
| - return "CollapsedTableBorders";
|
| case blink::PaintPhaseTextClip:
|
| return "TextClip";
|
| case blink::PaintPhaseMask:
|
|
|