Issue #80 - De-unify dom/grid

This commit is contained in:
wolfbeast 2020-04-20 19:35:13 +02:00 committed by Roy Tam
commit e4f5cc83b6
4 changed files with 10 additions and 2 deletions

View file

@ -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 {