Index: Source/core/paint/DeprecatedPaintLayer.h |
diff --git a/Source/core/paint/DeprecatedPaintLayer.h b/Source/core/paint/DeprecatedPaintLayer.h |
index 2788db5a2469ef159279eb7f617132a106b83f63..9ed5f9f4bfced677f91d4295158faa13240cea8a 100644 |
--- a/Source/core/paint/DeprecatedPaintLayer.h |
+++ b/Source/core/paint/DeprecatedPaintLayer.h |
@@ -251,10 +251,10 @@ public: |
bool overlapBoundsIncludeChildren() const { return hasFilter() && layoutObject()->style()->filter().hasFilterThatMovesPixels(); } |
enum CalculateBoundsOptions { |
- ApplyBoundsChickenEggHacks, |
- DoNotApplyBoundsChickenEggHacks, |
+ MaybeIncludeTransformForAncestorLayer, |
+ NeverIncludeTransformForAncestorLayer, |
}; |
- LayoutRect boundingBoxForCompositing(const DeprecatedPaintLayer* ancestorLayer = 0, CalculateBoundsOptions = DoNotApplyBoundsChickenEggHacks) const; |
+ LayoutRect boundingBoxForCompositing(const DeprecatedPaintLayer* ancestorLayer = 0, CalculateBoundsOptions = MaybeIncludeTransformForAncestorLayer) const; |
LayoutUnit staticInlinePosition() const { return m_staticInlinePosition; } |
LayoutUnit staticBlockPosition() const { return m_staticBlockPosition; } |