summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/filters/FESpecularLighting.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/filters/FESpecularLighting.h')
-rw-r--r--Source/WebCore/platform/graphics/filters/FESpecularLighting.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/WebCore/platform/graphics/filters/FESpecularLighting.h b/Source/WebCore/platform/graphics/filters/FESpecularLighting.h
index b3ccfbc..9d3ea2d 100644
--- a/Source/WebCore/platform/graphics/filters/FESpecularLighting.h
+++ b/Source/WebCore/platform/graphics/filters/FESpecularLighting.h
@@ -37,19 +37,19 @@ public:
void setLightingColor(const Color&);
float surfaceScale() const;
- void setSurfaceScale(float);
+ bool setSurfaceScale(float);
float specularConstant() const;
- void setSpecularConstant(float);
+ bool setSpecularConstant(float);
float specularExponent() const;
- void setSpecularExponent(float);
+ bool setSpecularExponent(float);
float kernelUnitLengthX() const;
- void setKernelUnitLengthX(float);
+ bool setKernelUnitLengthX(float);
float kernelUnitLengthY() const;
- void setKernelUnitLengthY(float);
+ bool setKernelUnitLengthY(float);
const LightSource* lightSource() const;
void setLightSource(PassRefPtr<LightSource>);