mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-16 23:25:03 +00:00
bug 824970 - webidl api for Rect r=bz
This commit is contained in:
parent
229010d962
commit
215ca3eb57
@ -31,6 +31,11 @@ public:
|
||||
|
||||
NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(nsDOMCSSRect)
|
||||
|
||||
nsROCSSPrimitiveValue* Top() const { return mTop; }
|
||||
nsROCSSPrimitiveValue* Right() const { return mRight; }
|
||||
nsROCSSPrimitiveValue* Bottom() const { return mBottom; }
|
||||
nsROCSSPrimitiveValue* Left() const { return mLeft; }
|
||||
|
||||
private:
|
||||
nsRefPtr<nsROCSSPrimitiveValue> mTop;
|
||||
nsRefPtr<nsROCSSPrimitiveValue> mRight;
|
||||
|
Loading…
x
Reference in New Issue
Block a user