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:
Arnaud Sourioux 2014-02-18 00:58:22 -08:00
parent 3146c96a56
commit 676729d71d
5 changed files with 7 additions and 7 deletions

View File

@ -79,7 +79,7 @@ UNIFIED_SOURCES += [
'nsPageFrame.cpp',
'nsPlaceholderFrame.cpp',
'nsSelection.cpp',
'nsSimplePageSequence.cpp',
'nsSimplePageSequenceFrame.cpp',
'nsSplittableFrame.cpp',
'nsSubDocumentFrame.cpp',
'nsTextFrame.cpp',

View File

@ -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)

View File

@ -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"

View File

@ -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"

View File

@ -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___ */