Index: Source/core/rendering/RenderTable.h |
diff --git a/Source/core/rendering/RenderTable.h b/Source/core/rendering/RenderTable.h |
index e4e487d286d65ff5941c216f4e675e49dbfc0439..4c656cc6e943f97776164a27592536b91ba2f67e 100644 |
--- a/Source/core/rendering/RenderTable.h |
+++ b/Source/core/rendering/RenderTable.h |
@@ -277,6 +277,8 @@ |
virtual bool isTable() const OVERRIDE { return true; } |
+ virtual bool avoidsFloats() const OVERRIDE { return true; } |
+ |
virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE; |
virtual void paintObject(PaintInfo&, const LayoutPoint&) OVERRIDE; |
virtual void paintBoxDecorations(PaintInfo&, const LayoutPoint&) OVERRIDE; |