| Index: Source/core/paint/DeprecatedPaintLayerReflectionInfo.h
|
| diff --git a/Source/core/paint/DeprecatedPaintLayerReflectionInfo.h b/Source/core/paint/DeprecatedPaintLayerReflectionInfo.h
|
| index 3aa7c2a6f3fa050205fba687278048d37c170775..7c7c41dac9ebd6991285d3102da2b7ba51dd1d57 100644
|
| --- a/Source/core/paint/DeprecatedPaintLayerReflectionInfo.h
|
| +++ b/Source/core/paint/DeprecatedPaintLayerReflectionInfo.h
|
| @@ -65,7 +65,7 @@ public:
|
|
|
| bool isPaintingInsideReflection() const { return m_isPaintingInsideReflection; }
|
|
|
| - void updateAfterStyleChange(const LayoutStyle* oldStyle);
|
| + void updateAfterStyleChange(const ComputedStyle* oldStyle);
|
|
|
| void paint(GraphicsContext*, const DeprecatedPaintLayerPaintingInfo&, PaintLayerFlags);
|
|
|
|
|