| Index: Source/core/paint/LayerClipRecorder.h
|
| diff --git a/Source/core/paint/LayerClipRecorder.h b/Source/core/paint/LayerClipRecorder.h
|
| index 76c3a5dd07ddea6d867e14036f363ea612e50865..8646690ed7ee15a0abf71a4cf0b1ba7c61b3eaa1 100644
|
| --- a/Source/core/paint/LayerClipRecorder.h
|
| +++ b/Source/core/paint/LayerClipRecorder.h
|
| @@ -40,7 +40,7 @@ public:
|
| private:
|
|
|
| void collectRoundedRectClips(RenderLayer&, const LayerPaintingInfo& localPaintingInfo, GraphicsContext*, const LayoutPoint& fragmentOffset, PaintLayerFlags,
|
| - BorderRadiusClippingRule, Vector<RoundedRect>& roundedRectClips);
|
| + BorderRadiusClippingRule, Vector<FloatRoundedRect>& roundedRectClips);
|
|
|
| GraphicsContext* m_graphicsContext;
|
| const RenderLayerModelObject* m_renderer;
|
|
|