| Index: Source/core/layout/compositing/GraphicsLayerTreeBuilder.h
|
| diff --git a/Source/core/layout/compositing/GraphicsLayerTreeBuilder.h b/Source/core/layout/compositing/GraphicsLayerTreeBuilder.h
|
| index b99348fcd97c97bdb7b19c95031e2e4e56fb10b4..ad493beca986f7d1e94fb54ecd489ea432ae0f48 100644
|
| --- a/Source/core/layout/compositing/GraphicsLayerTreeBuilder.h
|
| +++ b/Source/core/layout/compositing/GraphicsLayerTreeBuilder.h
|
| @@ -40,8 +40,8 @@ public:
|
|
|
| struct AncestorInfo {
|
| AncestorInfo()
|
| - : enclosingCompositedLayer(0)
|
| - , childLayersOfEnclosingCompositedLayer(0)
|
| + : enclosingCompositedLayer(nullptr)
|
| + , childLayersOfEnclosingCompositedLayer(nullptr)
|
| {
|
| }
|
|
|
|
|