summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/css/BasicShapeFunctions.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/css/BasicShapeFunctions.h')
-rw-r--r--Source/WebCore/css/BasicShapeFunctions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/css/BasicShapeFunctions.h b/Source/WebCore/css/BasicShapeFunctions.h
index 9bbc7c762..ddf7659a2 100644
--- a/Source/WebCore/css/BasicShapeFunctions.h
+++ b/Source/WebCore/css/BasicShapeFunctions.h
@@ -39,7 +39,7 @@ class CSSBasicShape;
class CSSValue;
class RenderStyle;
-PassRefPtr<CSSValue> valueForBasicShape(const BasicShape*);
+PassRefPtr<CSSValue> valueForBasicShape(const RenderStyle*, const BasicShape*);
PassRefPtr<BasicShape> basicShapeForValue(const RenderStyle*, const RenderStyle* rootStyle, const CSSBasicShape*);
}