mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 08:57:34 +09:00
Extend origin-clean algorithm (DiD).
This commit is contained in:
parent
90966a20a1
commit
ac1a607eb0
2 changed files with 8 additions and 3 deletions
|
|
@ -1156,9 +1156,7 @@ protected:
|
|||
|
||||
// For the origin-clean algorithm (mWriteOnly == !origin-clean)
|
||||
// See https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html
|
||||
void SetWriteOnly() {
|
||||
mWriteOnly = true;
|
||||
}
|
||||
void SetWriteOnly();
|
||||
|
||||
bool IsWriteOnly() const {
|
||||
return mWriteOnly;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue