summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore/svg/SVGColor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/WebCore/svg/SVGColor.h')
-rw-r--r--src/3rdparty/webkit/WebCore/svg/SVGColor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/WebCore/svg/SVGColor.h b/src/3rdparty/webkit/WebCore/svg/SVGColor.h
index e3a4b1936..5dfb694e1 100644
--- a/src/3rdparty/webkit/WebCore/svg/SVGColor.h
+++ b/src/3rdparty/webkit/WebCore/svg/SVGColor.h
@@ -28,6 +28,8 @@
namespace WebCore {
+ class RGBColor;
+
class SVGColor : public CSSValue {
public:
static PassRefPtr<SVGColor> create(const String& color)
@@ -55,7 +57,7 @@ namespace WebCore {
// 'SVGColor' functions
unsigned short colorType() const;
- unsigned rgbColor() const;
+ RGBColor* rgbColor() const;
static Color colorFromRGBColorString(const String&);