| Index: sky/engine/core/rendering/GraphicsContextAnnotator.cpp
|
| diff --git a/sky/engine/core/rendering/GraphicsContextAnnotator.cpp b/sky/engine/core/rendering/GraphicsContextAnnotator.cpp
|
| index 8276977da98c0baee828fd7ead89555fcfdc808e..71f84737891a337ca593b001eee1deb501511bbe 100644
|
| --- a/sky/engine/core/rendering/GraphicsContextAnnotator.cpp
|
| +++ b/sky/engine/core/rendering/GraphicsContextAnnotator.cpp
|
| @@ -56,8 +56,6 @@ static const char* paintPhaseName(blink::PaintPhase phase)
|
| return "ChildBlockBackground";
|
| case blink::PaintPhaseChildBlockBackgrounds:
|
| return "ChildBlockBackgrounds";
|
| - case blink::PaintPhaseFloat:
|
| - return "Float";
|
| case blink::PaintPhaseForeground:
|
| return "Foreground";
|
| case blink::PaintPhaseOutline:
|
|
|