| Index: Source/core/rendering/style/RenderStyle.h
|
| diff --git a/Source/core/rendering/style/RenderStyle.h b/Source/core/rendering/style/RenderStyle.h
|
| index 7d97ea9dc4761b3de11f46381f82cd24afbf4d54..03acec17aa5403c239ecb49837673dfa94b11036 100644
|
| --- a/Source/core/rendering/style/RenderStyle.h
|
| +++ b/Source/core/rendering/style/RenderStyle.h
|
| @@ -823,8 +823,8 @@ public:
|
| bool hasTransformRelatedProperty() const { return hasTransform() || preserves3D() || hasPerspective(); }
|
|
|
| enum ApplyTransformOrigin { IncludeTransformOrigin, ExcludeTransformOrigin };
|
| - void applyTransform(TransformationMatrix&, const LayoutSize& borderBoxSize, ApplyTransformOrigin = IncludeTransformOrigin) const;
|
| - void applyTransform(TransformationMatrix&, const FloatRect& boundingBox, ApplyTransformOrigin = IncludeTransformOrigin) const;
|
| + void applyTransform(TransformationMatrix&, const LayoutSize& borderBoxSize, ApplyTransformOrigin = IncludeTransformOrigin, RenderView* =0) const;
|
| + void applyTransform(TransformationMatrix&, const FloatRect& boundingBox, ApplyTransformOrigin = IncludeTransformOrigin, RenderView* =0) const;
|
|
|
| bool hasMask() const { return rareNonInheritedData->m_mask.hasImage() || rareNonInheritedData->m_maskBoxImage.hasImage(); }
|
|
|
|
|