Adding computed style implementation to the build, and make it compile on windows.

git-svn-id: svn://10.0.0.236/trunk@70287 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%netscape.com
2000-05-17 04:57:50 +00:00
parent aaa331ec68
commit 30e91e2d64
5 changed files with 21 additions and 15 deletions

View File

@@ -481,7 +481,7 @@ nsComputedDOMStyle::GetBorderWidth(nsString& aBorderWidth)
}
#endif
NS_IMETHODIMP
nsresult
nsComputedDOMStyle::GetBottom(nsIFrame *aFrame,
nsIDOMCSSPrimitiveValue*& aValue)
{
@@ -579,7 +579,7 @@ nsComputedDOMStyle::GetDirection(nsString& aDirection)
}
#endif
NS_IMETHODIMP
nsresult
nsComputedDOMStyle::GetDisplay(nsIFrame *aFrame,
nsIDOMCSSPrimitiveValue*& aValue)
{
@@ -728,7 +728,7 @@ nsComputedDOMStyle::GetHeight(nsIFrame *aFrame,
(void **)&aValue);
}
NS_IMETHODIMP
nsresult
nsComputedDOMStyle::GetLeft(nsIFrame *aFrame,
nsIDOMCSSPrimitiveValue*& aValue)
{
@@ -1014,7 +1014,7 @@ nsComputedDOMStyle::GetRichness(nsString& aRichness)
}
#endif
NS_IMETHODIMP
nsresult
nsComputedDOMStyle::GetRight(nsIFrame *aFrame,
nsIDOMCSSPrimitiveValue*& aValue)
{
@@ -1112,7 +1112,7 @@ nsComputedDOMStyle::GetTextTransform(nsString& aTextTransform)
}
#endif
NS_IMETHODIMP
nsresult
nsComputedDOMStyle::GetTop(nsIFrame *aFrame,
nsIDOMCSSPrimitiveValue*& aValue)
{