| 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 bd249cfd0d063abdb1d0b67793e72e4b2190f773..545371ab135ad66fed0494e73fde1c9b6f4cfe65 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| @@ -738,6 +738,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)
|
|
|