Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp |
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp |
| index 60bc7d9c1f0b10387e35cea5af6102cff05cc949..0aa838ebf2cde164cb3913c87639448904f62e1a 100644 |
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp |
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp |
| @@ -345,6 +345,7 @@ void CompositedLayerMapping::updateStickyConstraints( |
| enclosingIntRect(constraints.scrollContainerRelativeStickyBoxRect()); |
| webConstraint.scrollContainerRelativeContainingBlockRect = enclosingIntRect( |
| constraints.scrollContainerRelativeContainingBlockRect()); |
| + // TODO(smcgruer): Copy the required fields for nested sticky in compositor. |
|
flackr
2017/02/22 22:40:15
You can reference the existing bug, and consider i
smcgruer
2017/02/23 20:14:17
Done.
|
| } |
| m_graphicsLayer->setStickyPositionConstraint(webConstraint); |