diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-20 19:35:13 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-24 10:36:33 +0200 |
commit | 168bb31e4f89dc86ee81bd5a5e36da4b1c7ec499 (patch) | |
tree | ab1afac4e5d6d6f8b78e544164ab30e3d090aae6 /dom/grid/GridLines.h | |
parent | ca04b379104159dfe7e73e513a32d65e765f4747 (diff) | |
download | UXP-168bb31e4f89dc86ee81bd5a5e36da4b1c7ec499.tar UXP-168bb31e4f89dc86ee81bd5a5e36da4b1c7ec499.tar.gz UXP-168bb31e4f89dc86ee81bd5a5e36da4b1c7ec499.tar.lz UXP-168bb31e4f89dc86ee81bd5a5e36da4b1c7ec499.tar.xz UXP-168bb31e4f89dc86ee81bd5a5e36da4b1c7ec499.zip |
Issue #80 - De-unify dom/grid
Diffstat (limited to 'dom/grid/GridLines.h')
-rw-r--r-- | dom/grid/GridLines.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dom/grid/GridLines.h b/dom/grid/GridLines.h index 921168204..784fe2d28 100644 --- a/dom/grid/GridLines.h +++ b/dom/grid/GridLines.h @@ -7,10 +7,15 @@ #ifndef mozilla_dom_GridLines_h #define mozilla_dom_GridLines_h -#include "nsTArray.h" +#include "mozilla/dom/GridBinding.h" +#include "nsGridContainerFrame.h" #include "nsWrapperCache.h" namespace mozilla { + +struct ComputedGridTrackInfo; +struct ComputedGridLineInfo; + namespace dom { class GridDimension; |