| 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 189f518f0ff1caa55818134ee1a4048685424bb9..2bb7ebb1094508d442a5155170f825577390fdc9 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| @@ -720,6 +720,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)
|
|
|