summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/ShadowBlur.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/ShadowBlur.h')
-rw-r--r--Source/WebCore/platform/graphics/ShadowBlur.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/platform/graphics/ShadowBlur.h b/Source/WebCore/platform/graphics/ShadowBlur.h
index e52d6dc..4ba8e23 100644
--- a/Source/WebCore/platform/graphics/ShadowBlur.h
+++ b/Source/WebCore/platform/graphics/ShadowBlur.h
@@ -53,8 +53,7 @@ public:
void drawInsetShadow(GraphicsContext*, const FloatRect&, const FloatRect& holeRect, const RoundedIntRect::Radii& holeRadii);
private:
- GraphicsContext* beginShadowLayer(GraphicsContext*, const IntRect& layerRect);
- void endShadowLayer(GraphicsContext*);
+ void drawShadowBuffer(GraphicsContext*);
void adjustBlurRadius(GraphicsContext*);
void blurLayerImage(unsigned char*, const IntSize&, int stride);
@@ -75,6 +74,7 @@ private:
void drawLayerPieces(GraphicsContext*, const FloatRect& shadowBounds, const RoundedIntRect::Radii&, float roundedRadius, const IntSize& templateSize, ShadowDirection);
+ void blurShadowBuffer(const IntSize& templateSize);
void blurAndColorShadowBuffer(const IntSize& templateSize);
enum ShadowType {