mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 973087: Rename nsSimplePageSequence[.h|.cpp] to nsSimplePageSequenceFrame[.h|.cpp] r=roc
--HG-- rename : layout/generic/nsSimplePageSequence.cpp => layout/generic/nsSimplePageSequenceFrame.cpp rename : layout/generic/nsSimplePageSequence.h => layout/generic/nsSimplePageSequenceFrame.h
This commit is contained in:
parent
c390fe1fc8
commit
aee863ed4c
@ -79,7 +79,7 @@ UNIFIED_SOURCES += [
|
||||
'nsPageFrame.cpp',
|
||||
'nsPlaceholderFrame.cpp',
|
||||
'nsSelection.cpp',
|
||||
'nsSimplePageSequence.cpp',
|
||||
'nsSimplePageSequenceFrame.cpp',
|
||||
'nsSplittableFrame.cpp',
|
||||
'nsSubDocumentFrame.cpp',
|
||||
'nsTextFrame.cpp',
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include "nsPresContext.h"
|
||||
#include "nsGkAtoms.h"
|
||||
#include "nsIPresShell.h"
|
||||
#include "nsSimplePageSequence.h"
|
||||
#include "nsSimplePageSequenceFrame.h"
|
||||
|
||||
nsIFrame*
|
||||
NS_NewPageContentFrame(nsIPresShell* aPresShell, nsStyleContext* aContext)
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "nsPageContentFrame.h"
|
||||
#include "nsDisplayList.h"
|
||||
#include "nsLayoutUtils.h" // for function BinarySearchForPosition
|
||||
#include "nsSimplePageSequence.h" // for nsSharedPageData
|
||||
#include "nsSimplePageSequenceFrame.h" // for nsSharedPageData
|
||||
#include "nsTextFormatter.h" // for page number localization formatting
|
||||
#ifdef IBMBIDI
|
||||
#include "nsBidiUtils.h"
|
||||
|
@ -3,7 +3,7 @@
|
||||
* 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 "nsSimplePageSequence.h"
|
||||
#include "nsSimplePageSequenceFrame.h"
|
||||
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsPresContext.h"
|
@ -2,8 +2,8 @@
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* 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/. */
|
||||
#ifndef nsSimplePageSequence_h___
|
||||
#define nsSimplePageSequence_h___
|
||||
#ifndef nsSimplePageSequenceFrame_h___
|
||||
#define nsSimplePageSequenceFrame_h___
|
||||
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "nsIPageSequenceFrame.h"
|
||||
@ -163,5 +163,5 @@ protected:
|
||||
bool mCurrentCanvasListSetup;
|
||||
};
|
||||
|
||||
#endif /* nsSimplePageSequence_h___ */
|
||||
#endif /* nsSimplePageSequenceFrame_h___ */
|
||||
|
Loading…
Reference in New Issue
Block a user