mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Issue #2490 - Part 17: Convert CSSKeyframeRule to WebIDL.
This commit is contained in:
parent
f0de637255
commit
89d96e0226
8 changed files with 33 additions and 18 deletions
|
|
@ -416,7 +416,6 @@ public:
|
|||
, mKeys(mozilla::Move(aKeys))
|
||||
, mDeclaration(mozilla::Move(aDeclaration))
|
||||
{
|
||||
SetIsNotDOMBinding();
|
||||
mDeclaration->SetOwningRule(this);
|
||||
}
|
||||
private:
|
||||
|
|
@ -440,6 +439,9 @@ public:
|
|||
// WebIDL interface
|
||||
uint16_t Type() const override;
|
||||
void GetCssTextImpl(nsAString& aCssText) const override;
|
||||
// Our XPCOM GetKeyText is OK.
|
||||
// Our XPCOM SetKeyText is OK.
|
||||
nsICSSDeclaration* Style();
|
||||
|
||||
const nsTArray<float>& GetKeys() const { return mKeys; }
|
||||
mozilla::css::Declaration* Declaration() { return mDeclaration; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue