mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1756008 Part 1 - Rename BlockReflowInput.{h,cpp} to BlockReflowState.{h,cpp}, and fix #includes. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D139436
This commit is contained in:
parent
07a2e2d095
commit
a5d36f7958
@ -6,7 +6,7 @@
|
||||
|
||||
/* state used in reflow of block frames */
|
||||
|
||||
#include "BlockReflowInput.h"
|
||||
#include "BlockReflowState.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include "LayoutLogging.h"
|
@ -158,7 +158,7 @@ EXPORTS.mozilla.layout += [
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
"AspectRatio.cpp",
|
||||
"BlockReflowInput.cpp",
|
||||
"BlockReflowState.cpp",
|
||||
"BRFrame.cpp",
|
||||
"ColumnSetWrapperFrame.cpp",
|
||||
"ColumnUtils.cpp",
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "nsCSSRendering.h"
|
||||
#include "nsAbsoluteContainingBlock.h"
|
||||
#include "nsBlockReflowContext.h"
|
||||
#include "BlockReflowInput.h"
|
||||
#include "BlockReflowState.h"
|
||||
#include "nsFontMetrics.h"
|
||||
#include "nsGenericHTMLElement.h"
|
||||
#include "nsLineBox.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
/* class that a parent frame uses to reflow a block frame */
|
||||
|
||||
#include "nsBlockReflowContext.h"
|
||||
#include "BlockReflowInput.h"
|
||||
#include "BlockReflowState.h"
|
||||
#include "nsFloatManager.h"
|
||||
#include "nsColumnSetFrame.h"
|
||||
#include "nsContainerFrame.h"
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "JustificationUtils.h"
|
||||
#include "mozilla/ArenaAllocator.h"
|
||||
#include "mozilla/WritingModes.h"
|
||||
#include "BlockReflowInput.h"
|
||||
#include "BlockReflowState.h"
|
||||
#include "nsLineBox.h"
|
||||
|
||||
class nsFloatManager;
|
||||
|
Loading…
Reference in New Issue
Block a user