Chromium Code Reviews

Unified Diff: Source/core/rendering/RenderTableCell.h

Issue 18601002: Add infrastructure for partial layouts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address reviewer comments Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/rendering/RenderTableCell.h
diff --git a/Source/core/rendering/RenderTableCell.h b/Source/core/rendering/RenderTableCell.h
index 9a0da52dfc8e006867b7b2bab2f354d82011c45b..dc11f6190da26d1d23f930c8992834128b5a03d9 100644
--- a/Source/core/rendering/RenderTableCell.h
+++ b/Source/core/rendering/RenderTableCell.h
@@ -121,6 +121,8 @@ public:
virtual void layout();
+ virtual bool supportsPartialLayout() const OVERRIDE { return false; }
+
virtual void paint(PaintInfo&, const LayoutPoint&);
void paintCollapsedBorders(PaintInfo&, const LayoutPoint&);

Powered by Google App Engine