summaryrefslogtreecommitdiffstats
path: root/dom/grid/GridDimension.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-20 19:35:13 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-20 19:35:13 +0200
commitfd1e35f8d507f22f3fff546004ebaaa145c47d90 (patch)
tree2304c016ae45158cf04ac969c67a8bd22e62792f /dom/grid/GridDimension.h
parentf7ee7bf961b3c7488338a468b54f8934f9c16b28 (diff)
downloadUXP-fd1e35f8d507f22f3fff546004ebaaa145c47d90.tar
UXP-fd1e35f8d507f22f3fff546004ebaaa145c47d90.tar.gz
UXP-fd1e35f8d507f22f3fff546004ebaaa145c47d90.tar.lz
UXP-fd1e35f8d507f22f3fff546004ebaaa145c47d90.tar.xz
UXP-fd1e35f8d507f22f3fff546004ebaaa145c47d90.zip
Issue #80 - De-unify dom/grid
Diffstat (limited to 'dom/grid/GridDimension.h')
-rw-r--r--dom/grid/GridDimension.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/grid/GridDimension.h b/dom/grid/GridDimension.h
index 7a3373521..ec9635444 100644
--- a/dom/grid/GridDimension.h
+++ b/dom/grid/GridDimension.h
@@ -7,11 +7,13 @@
#ifndef mozilla_dom_GridDimension_h
#define mozilla_dom_GridDimension_h
+#include "mozilla/dom/GridBinding.h"
#include "nsWrapperCache.h"
namespace mozilla {
struct ComputedGridTrackInfo;
+struct ComputedGridLineInfo;
namespace dom {