| Index: Source/platform/graphics/filters/FELighting.h
|
| diff --git a/Source/platform/graphics/filters/FELighting.h b/Source/platform/graphics/filters/FELighting.h
|
| index a50f5a77b40d2d1ea8a73bf6cabbbfe35b472fb8..dbe81e9aab255b44e3e6855bbd58d15b3df18010 100644
|
| --- a/Source/platform/graphics/filters/FELighting.h
|
| +++ b/Source/platform/graphics/filters/FELighting.h
|
| @@ -61,6 +61,8 @@ protected:
|
| int widthMultipliedByPixelSize;
|
| int widthDecreasedByOne;
|
| int heightDecreasedByOne;
|
| + FloatSize originOffset;
|
| + FloatPoint3D worldScale;
|
|
|
| inline void topLeft(int offset, IntPoint& normalVector);
|
| inline void topRow(int offset, IntPoint& normalVector);
|
| @@ -122,6 +124,8 @@ protected:
|
| private:
|
| virtual void applySoftware() OVERRIDE;
|
| virtual bool applySkia() OVERRIDE;
|
| +
|
| + void getTransform(FloatSize* offset, FloatPoint3D* scale) const;
|
| };
|
|
|
| } // namespace WebCore
|
|
|