Index: third_party/WebKit/WebCore/rendering/RenderTableCell.h |
=================================================================== |
--- third_party/WebKit/WebCore/rendering/RenderTableCell.h (revision 5296) |
+++ third_party/WebKit/WebCore/rendering/RenderTableCell.h (working copy) |
@@ -103,6 +103,7 @@ |
virtual void computeAbsoluteRepaintRect(IntRect&, bool fixed = false); |
virtual FloatPoint localToAbsolute(FloatPoint localPoint = FloatPoint(), bool fixed = false, bool useTransforms = false) const; |
virtual FloatPoint absoluteToLocal(FloatPoint containerPoint, bool fixed = false, bool useTransforms = false) const; |
+ virtual FloatQuad localToAbsoluteQuad(const FloatQuad&, bool fixed = false) const; |
virtual int baselinePosition(bool firstLine = false, bool isRootLineBox = false) const; |