mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Issue #80 - De-unify dom/grid
This commit is contained in:
parent
c5c3c68f46
commit
e4f5cc83b6
4 changed files with 10 additions and 2 deletions
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include "GridLines.h"
|
||||
|
||||
#include "GridArea.h"
|
||||
#include "GridDimension.h"
|
||||
#include "GridLine.h"
|
||||
#include "mozilla/dom/GridBinding.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;
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ EXPORTS.mozilla.dom += [
|
|||
'GridTracks.h',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'Grid.cpp',
|
||||
'GridArea.cpp',
|
||||
'GridDimension.cpp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue