| 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 db81304fab7f368b78f89c864302c78a8960453c..c3531db6cae8f64161cdb11cbe363e4b27383a98 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| @@ -725,6 +725,8 @@ std::unique_ptr<JSONObject> GraphicsLayer::layerAsJSONInternal(
|
| paintingPhasesJSON->pushString("GraphicsLayerPaintMask");
|
| if (m_paintingPhase & GraphicsLayerPaintChildClippingMask)
|
| paintingPhasesJSON->pushString("GraphicsLayerPaintChildClippingMask");
|
| + if (m_paintingPhase & GraphicsLayerPaintAncestorClippingMask)
|
| + paintingPhasesJSON->pushString("GraphicsLayerPaintAncestorClippingMask");
|
| if (m_paintingPhase & GraphicsLayerPaintOverflowContents)
|
| paintingPhasesJSON->pushString("GraphicsLayerPaintOverflowContents");
|
| if (m_paintingPhase & GraphicsLayerPaintCompositedScroll)
|
|
|