Bug 266236 part 3: Mechanical rename of nsIRenderingContext and nsThebesRenderingContext to nsRenderingContext. Mechanical substitution of nsRefPtr<nsRenderingContext> for nsCOMPtr<nsRenderingContext>.

This commit is contained in:
Jan Küchler
2011-04-07 18:04:40 -07:00
parent c2399fc483
commit 8774547613
214 changed files with 932 additions and 937 deletions

View File

@@ -78,7 +78,7 @@ public:
const nsDisplayListSet& aLists);
virtual nscoord
GetIntrinsicWidth(nsIRenderingContext* aRenderingContext);
GetIntrinsicWidth(nsRenderingContext* aRenderingContext);
NS_IMETHOD
AttributeChanged(PRInt32 aNameSpaceID,
@@ -96,7 +96,7 @@ public:
// helper routines to format the MathMLChars involved here
static nsresult
ReflowChar(nsPresContext* aPresContext,
nsIRenderingContext& aRenderingContext,
nsRenderingContext& aRenderingContext,
nsMathMLChar* aMathMLChar,
nsOperatorFlags aForm,
PRInt32 aScriptLevel,