| Index: third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| index f43b2bb58766fa1c7f8bed9a025e9568fc3f028a..a9c5296368d5b6805b0ec6ff884a69c85ab2ed97 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| @@ -1211,12 +1211,6 @@ void PaintArtifactCompositor::update(
|
| layer->SetEffectTreeIndex(effectId);
|
| layer->SetScrollTreeIndex(scrollId);
|
|
|
| - // TODO(jbroman): This probably shouldn't be necessary, but it is still
|
| - // queried by RenderSurfaceImpl.
|
| - layer->Set3dSortingContextId(layerTree->property_trees()
|
| - ->transform_tree.Node(transformId)
|
| - ->sorting_context_id);
|
| -
|
| layer->SetShouldCheckBackfaceVisibility(pendingLayer.backfaceHidden);
|
|
|
| if (m_extraDataForTestingEnabled)
|
|
|