| Index: Source/core/rendering/RenderBox.h
|
| diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h
|
| index bc62793fc0b6a1d2e67b311ab1db09894148ec19..ad38279580e357e909e00b8820c76cfa3f56b75e 100644
|
| --- a/Source/core/rendering/RenderBox.h
|
| +++ b/Source/core/rendering/RenderBox.h
|
| @@ -615,7 +615,10 @@ protected:
|
| void paintRootBoxFillLayers(const PaintInfo&);
|
|
|
| RenderObject* splitAnonymousBoxesAroundChild(RenderObject* beforeChild);
|
| -
|
| +
|
| + virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentCompositedLayer, const LayoutPoint& layerOffset) const OVERRIDE;
|
| + virtual void computeSelfHitTestRects(Vector<LayoutRect>&, const LayoutPoint& layerOffset) const OVERRIDE;
|
| +
|
| private:
|
| void updateShapeOutsideInfoAfterStyleChange(const ShapeValue* shapeOutside, const ShapeValue* oldShapeOutside);
|
|
|
|
|