| 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 dcbc965d14d2b640b5f58cfdb99f8c810c77ceeb..3babc9d05b8c435629655b7fa715dd8a26a78cc4 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 fields for nested sticky in cc (crbug.com/672710)
|
| }
|
|
|
| m_graphicsLayer->setStickyPositionConstraint(webConstraint);
|
|
|