| Index: Source/core/rendering/RenderText.h
|
| diff --git a/Source/core/rendering/RenderText.h b/Source/core/rendering/RenderText.h
|
| index c988cec604c11883cc8675f29216d5b807dadb16..757970494b040745c22f0b30f7331e869fd31c5d 100644
|
| --- a/Source/core/rendering/RenderText.h
|
| +++ b/Source/core/rendering/RenderText.h
|
| @@ -152,7 +152,7 @@ protected:
|
| virtual void setTextInternal(PassRefPtr<StringImpl>);
|
| virtual UChar previousCharacter() const;
|
|
|
| - virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer, const LayoutPoint& layerOffset) const OVERRIDE;
|
| + virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const OVERRIDE;
|
|
|
| virtual InlineTextBox* createTextBox(); // Subclassed by SVG.
|
|
|
|
|