| Index: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| index a9c13519cf420c4563f226f3eac8055206676a44..00c33c04c0d485c8394c51e04d0abe6f881007c8 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| @@ -370,6 +370,10 @@ class CORE_EXPORT CompositedLayerMapping final : public GraphicsLayerClient {
|
| void UpdateChildClippingMaskLayerGeometry();
|
| void UpdateStickyConstraints(const ComputedStyle&);
|
|
|
| + // Returns true if the compositor will be responsible for applying the sticky
|
| + // position offset for this composited layer.
|
| + bool UsesCompositedStickyPosition() const;
|
| +
|
| void CreatePrimaryGraphicsLayer();
|
| void DestroyGraphicsLayers();
|
|
|
|
|