diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-29 16:55:02 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-04-29 16:55:02 +0000 |
commit | 192d2e07c3e5842ca6f005275097449727677fde (patch) | |
tree | 1eb269fa72054362f05651c5f105982316ff4e67 /layout/generic/ReflowOutput.cpp | |
parent | ad0a976f2d276215d1f159d1aee9553bd7ad32cd (diff) | |
download | UXP-192d2e07c3e5842ca6f005275097449727677fde.tar UXP-192d2e07c3e5842ca6f005275097449727677fde.tar.gz UXP-192d2e07c3e5842ca6f005275097449727677fde.tar.lz UXP-192d2e07c3e5842ca6f005275097449727677fde.tar.xz UXP-192d2e07c3e5842ca6f005275097449727677fde.zip |
Issue #80 - De-unify layout/PITA... I mean layout/generic
Diffstat (limited to 'layout/generic/ReflowOutput.cpp')
-rw-r--r-- | layout/generic/ReflowOutput.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layout/generic/ReflowOutput.cpp b/layout/generic/ReflowOutput.cpp index e64e41dc5..1c61484e7 100644 --- a/layout/generic/ReflowOutput.cpp +++ b/layout/generic/ReflowOutput.cpp @@ -8,6 +8,8 @@ #include "mozilla/ReflowOutput.h" #include "mozilla/ReflowInput.h" +using namespace mozilla; + void nsOverflowAreas::UnionWith(const nsOverflowAreas& aOther) { |