Chromium Code Reviews| Index: Source/core/rendering/style/RenderStyleConstants.h |
| diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h |
| index b0585fc78b564c2b64acc44670daea5b27c8eff2..c113aec76e2fdac9f8e78a5aa56822095bd7118a 100644 |
| --- a/Source/core/rendering/style/RenderStyleConstants.h |
| +++ b/Source/core/rendering/style/RenderStyleConstants.h |
| @@ -483,7 +483,7 @@ enum WrapThrough { WrapThroughWrap, WrapThroughNone }; |
| enum RubyPosition { RubyPositionBefore, RubyPositionAfter }; |
| -enum GridAutoFlow { AutoFlowNone, AutoFlowColumn, AutoFlowRow }; |
| +enum GridAutoFlow { AutoFlowRow, AutoFlowColumn, AutoFlowRowDense, AutoFlowColumnDense, AutoFlowStackRow, AutoFlowStackColumn }; |
|
Julien - ping for review
2014/06/27 17:44:53
I wonder if we couldn't choose the value to make f
Manuel Rego
2014/06/27 22:43:51
Thanks for the suggestion. I've changed it and I'v
|
| enum DraggableRegionMode { DraggableRegionNone, DraggableRegionDrag, DraggableRegionNoDrag }; |