| Index: Source/core/platform/graphics/filters/FEDropShadow.h
|
| diff --git a/Source/core/platform/graphics/filters/FEDropShadow.h b/Source/core/platform/graphics/filters/FEDropShadow.h
|
| index 3ca5d835bc55667f83f654722152fda9e45beb46..51ed046be3a8e9c5e9f427abda1e2d02c22feb10 100644
|
| --- a/Source/core/platform/graphics/filters/FEDropShadow.h
|
| +++ b/Source/core/platform/graphics/filters/FEDropShadow.h
|
| @@ -52,6 +52,7 @@ public:
|
| static float calculateStdDeviation(float);
|
|
|
| virtual void determineAbsolutePaintRect();
|
| + virtual FloatRect mapRect(const FloatRect&, bool forward = true) OVERRIDE FINAL;
|
|
|
| virtual TextStream& externalRepresentation(TextStream&, int indention) const;
|
|
|
|
|