Index: Source/core/rendering/RenderGrid.h |
diff --git a/Source/core/rendering/RenderGrid.h b/Source/core/rendering/RenderGrid.h |
index 0966ec30dfa7852c04b53312ddfe4615a9df86cb..bc70b8a995adf2f95a8f984c4b7a6109442d6292 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); |