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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user