| 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 ae1134ecc2db9086d16c65900c679785c268f494..38fb0908141ee696431b2ff0f33aaf4493d0854b 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h
|
| @@ -192,6 +192,8 @@ public:
|
| void updateFilters(const ComputedStyle&);
|
| void updateBackdropFilters(const ComputedStyle&);
|
|
|
| + void updateStickyConstraints(const ComputedStyle&);
|
| +
|
| void setBlendMode(WebBlendMode);
|
|
|
| bool needsGraphicsLayerUpdate() { return m_pendingUpdateScope > GraphicsLayerUpdateNone; }
|
|
|