mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-13 07:24:47 +00:00
Bug 1629732 - Fix non-unified build errors in layout/forms. r=tnikkel
Differential Revision: https://phabricator.services.mozilla.com/D70977 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
744c7084c2
commit
33dd332030
@ -17,6 +17,7 @@
|
||||
#include "nsCSSAnonBoxes.h"
|
||||
#include "nsHTMLParts.h"
|
||||
#include "nsIFormControl.h"
|
||||
#include "nsILayoutHistoryState.h"
|
||||
#include "nsNameSpaceManager.h"
|
||||
#include "nsListControlFrame.h"
|
||||
#include "nsPIDOMWindow.h"
|
||||
|
@ -14,6 +14,7 @@
|
||||
#include "mozilla/PresShell.h"
|
||||
#include "mozilla/Maybe.h"
|
||||
#include "nsCSSAnonBoxes.h"
|
||||
#include "nsCSSFrameConstructor.h"
|
||||
#include "nsCSSRendering.h"
|
||||
#include "nsDisplayList.h"
|
||||
#include "nsGkAtoms.h"
|
||||
@ -385,7 +386,7 @@ void nsFieldSetFrame::Reflow(nsPresContext* aPresContext,
|
||||
ReflowOutput& aDesiredSize,
|
||||
const ReflowInput& aReflowInput,
|
||||
nsReflowStatus& aStatus) {
|
||||
using LegendAlignValue = HTMLLegendElement::LegendAlignValue;
|
||||
using LegendAlignValue = mozilla::dom::HTMLLegendElement::LegendAlignValue;
|
||||
|
||||
MarkInReflow();
|
||||
DO_GLOBAL_REFLOW_COUNT("nsFieldSetFrame");
|
||||
|
@ -8,6 +8,7 @@
|
||||
#define nsLegendFrame_h___
|
||||
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/dom/HTMLLegendElement.h"
|
||||
#include "nsBlockFrame.h"
|
||||
|
||||
class nsLegendFrame final : public nsBlockFrame {
|
||||
@ -29,7 +30,7 @@ class nsLegendFrame final : public nsBlockFrame {
|
||||
virtual nsresult GetFrameName(nsAString& aResult) const override;
|
||||
#endif
|
||||
|
||||
HTMLLegendElement::LegendAlignValue GetLogicalAlign(
|
||||
mozilla::dom::HTMLLegendElement::LegendAlignValue GetLogicalAlign(
|
||||
mozilla::WritingMode aCBWM);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user