Issue #80 - De-unify layout/mathml

This commit is contained in:
Matt A. Tobin 2020-04-18 13:31:59 -04:00 committed by Roy Tam
commit 399b79ff71
3 changed files with 3 additions and 2 deletions

View file

@ -16,7 +16,7 @@ if CONFIG['ENABLE_TESTS']:
'tests/chrome.ini',
]
UNIFIED_SOURCES += [
SOURCES += [
'nsMathMLChar.cpp',
'nsMathMLContainerFrame.cpp',
'nsMathMLFrame.cpp',

View file

@ -7,6 +7,7 @@
#include "nsCOMPtr.h"
#include "nsDataHashtable.h"
#include "nsHashKeys.h"
#include "nsNetUtil.h"
#include "nsTArray.h"
#include "nsIPersistentProperties2.h"

View file

@ -3,13 +3,13 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "nsMathMLmfencedFrame.h"
#include "nsRenderingContext.h"
#include "nsMathMLChar.h"
#include <algorithm>
using namespace mozilla;
using namespace mozilla::gfx;
//
// <mfenced> -- surround content with a pair of fences