mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
Bug 328323: Flasher code needs to be adjusted for bug 299065. r+sr=bzbarsky
This commit is contained in:
parent
c325832b7b
commit
538d2de1a5
@ -189,7 +189,7 @@ inFlasher::DrawElementOutline(nsIDOMElement* aElement)
|
||||
rcontext->InvertRect(rect);
|
||||
}
|
||||
|
||||
frame = frame->GetNextInFlow();
|
||||
frame = frame->GetNextContinuation();
|
||||
|
||||
PRBool isLastFrame = (frame == nsnull);
|
||||
DrawOutline(rect.x, rect.y, rect.width, rect.height, p2t, rcontext,
|
||||
|
Loading…
Reference in New Issue
Block a user