| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| index 9157dd486f8593b8e2245f5d97f48b65bb54f024..03a7093ef0f03034d97fa9637017221db7c798cd 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| @@ -724,6 +724,8 @@ std::unique_ptr<JSONObject> GraphicsLayer::layerAsJSONInternal(
|
| paintingPhasesJSON->pushString("GraphicsLayerPaintOverflowContents");
|
| if (m_paintingPhase & GraphicsLayerPaintCompositedScroll)
|
| paintingPhasesJSON->pushString("GraphicsLayerPaintCompositedScroll");
|
| + if (m_paintingPhase & GraphicsLayerPaintDecoration)
|
| + paintingPhasesJSON->pushString("GraphicsLayerPaintDecoration");
|
| json->setArray("paintingPhases", std::move(paintingPhasesJSON));
|
| }
|
|
|
|
|