| Index: third_party/WebKit/Source/core/layout/LayoutGeometryMap.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutGeometryMap.h b/third_party/WebKit/Source/core/layout/LayoutGeometryMap.h
|
| index 4fe2cc5fe8db044da2ed36ab49a00b3e62966471..23360b823c285ffbea6d5ca50f06b4f7006478ed 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGeometryMap.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGeometryMap.h
|
| @@ -72,8 +72,8 @@ public:
|
|
|
| // Push geometry info between this layoutObject and some ancestor. The ancestor must be its container() or some
|
| // stacking context between the layoutObject and its container.
|
| - void push(const LayoutObject*, const LayoutSize&, bool accumulatingTransform = false, bool isNonUniform = false, bool isFixedPosition = false, bool hasTransform = false, LayoutSize offsetForFixedPosition = LayoutSize());
|
| - void push(const LayoutObject*, const TransformationMatrix&, bool accumulatingTransform = false, bool isNonUniform = false, bool isFixedPosition = false, bool hasTransform = false, LayoutSize offsetForFixedPosition = LayoutSize());
|
| + void push(const LayoutObject*, const LayoutSize&, bool accumulatingTransform = false, bool isNonUniform = false, bool isFixedPosition = false, bool hasTransform = false, LayoutSize offsetForFixedPosition = LayoutSize(), LayoutSize offsetForStickyPosition = LayoutSize());
|
| + void push(const LayoutObject*, const TransformationMatrix&, bool accumulatingTransform = false, bool isNonUniform = false, bool isFixedPosition = false, bool hasTransform = false, LayoutSize offsetForFixedPosition = LayoutSize(), LayoutSize offsetForStickyPosition = LayoutSize());
|
|
|
| private:
|
| void popMappingsToAncestor(const LayoutBoxModelObject*);
|
|
|