Index: Source/core/rendering/RenderGrid.h |
diff --git a/Source/core/rendering/RenderGrid.h b/Source/core/rendering/RenderGrid.h |
index b141bb77a09c9069744a00f2aad1cae51b16e7a3..f7660a4a02ea94dd438588d95f6683a240ec0b40 100644 |
--- a/Source/core/rendering/RenderGrid.h |
+++ b/Source/core/rendering/RenderGrid.h |
@@ -92,6 +92,8 @@ private: |
void layoutGridItems(); |
+ virtual bool supportsPartialLayout() const OVERRIDE { return false; } |
+ |
typedef LayoutUnit (RenderGrid::* SizingFunction)(RenderBox*, TrackSizingDirection, Vector<GridTrack>&); |
typedef LayoutUnit (GridTrack::* AccumulatorGetter)() const; |
typedef void (GridTrack::* AccumulatorGrowFunction)(LayoutUnit); |