mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 788549 Part 3.5: Make nsComputedDOMStyle::MatrixToCSSValue public so we can actually use it r=me
This commit is contained in:
parent
5a421fa5b4
commit
b566791862
@ -93,6 +93,8 @@ public:
|
||||
virtual nsIDocument* DocToUpdate() MOZ_OVERRIDE;
|
||||
virtual void GetCSSParsingEnvironment(CSSParsingEnvironment& aCSSParseEnv) MOZ_OVERRIDE;
|
||||
|
||||
static mozilla::dom::CSSValue* MatrixToCSSValue(gfx3DMatrix& aMatrix);
|
||||
|
||||
private:
|
||||
void AssertFlushedPendingReflows() {
|
||||
NS_ASSERTION(mFlushedPendingReflows,
|
||||
@ -437,7 +439,6 @@ private:
|
||||
mozilla::dom::CSSValue* DoGetMaskType();
|
||||
mozilla::dom::CSSValue* DoGetPaintOrder();
|
||||
|
||||
static mozilla::dom::CSSValue* MatrixToCSSValue(gfx3DMatrix& aMatrix);
|
||||
nsDOMCSSValueList* GetROCSSValueList(bool aCommaDelimited);
|
||||
void SetToRGBAColor(nsROCSSPrimitiveValue* aValue, nscolor aColor);
|
||||
void SetValueToStyleImage(const nsStyleImage& aStyleImage,
|
||||
|
Loading…
Reference in New Issue
Block a user