Bug 1541137: Add missing includes/namespaces/decls to fix non-unified build bustage in layout/generic. r=boris

Differential Revision: https://phabricator.services.mozilla.com/D25823

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Daniel Holbert 2019-04-02 20:06:52 +00:00
Родитель e2161f8220
Коммит b0da9aaf64
3 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -10,8 +10,14 @@
#include "mozilla/dom/Text.h"
#include "mozilla/StaticPrefs.h"
#include "mozilla/ToString.h"
#include "nsBlockFrame.h"
#include "nsGfxScrollFrame.h"
#include "nsIFrame.h"
#include "nsIFrameInlines.h"
#include "nsLayoutUtils.h"
#include "nsPlaceholderFrame.h"
using namespace mozilla::dom;
#define ANCHOR_LOG(...)
// #define ANCHOR_LOG(...) printf_stderr("ANCHOR: " __VA_ARGS__)

Просмотреть файл

@ -9,7 +9,10 @@
#include "nsPoint.h"
class nsFrameList;
class nsIFrame;
class nsIScrollableFrame;
namespace mozilla {
class ScrollFrameHelper;
} // namespace mozilla

Просмотреть файл

@ -21,6 +21,7 @@
#include "mozilla/MathAlgorithms.h"
#include "mozilla/Move.h"
#include "nsCOMPtr.h"
#include "nsCSSFrameConstructor.h"
#include "nsFontMetrics.h"
#include "nsGkAtoms.h"
#include "nsGenericHTMLElement.h"