| Index: Source/core/rendering/RenderTableCell.h
|
| diff --git a/Source/core/rendering/RenderTableCell.h b/Source/core/rendering/RenderTableCell.h
|
| index 29439c5178de0a988d5be92a60d3ddf1e70c5be7..6926749281f88b46f1ce01e2bdba7afc5b7dde28 100644
|
| --- a/Source/core/rendering/RenderTableCell.h
|
| +++ b/Source/core/rendering/RenderTableCell.h
|
| @@ -219,6 +219,8 @@ protected:
|
| virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle);
|
| virtual void computePreferredLogicalWidths();
|
|
|
| + virtual void addLayerHitTestRects(LayerHitTestRects&, const RenderLayer* currentCompositedLayer, const LayoutPoint& layerOffset, const LayoutRect& containerRect) const OVERRIDE;
|
| +
|
| private:
|
| virtual const char* renderName() const { return (isAnonymous() || isPseudoElement()) ? "RenderTableCell (anonymous)" : "RenderTableCell"; }
|
|
|
|
|