[webkit-reviews] review granted: [Bug 35815] Animation fill mode breaks windows tests : [Attachment 50137] windows patch and test updates

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 5 16:15:58 PST 2010


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Dean Jackson
<dino at apple.com>'s request for review:
Bug 35815: Animation fill mode breaks windows tests
https://bugs.webkit.org/show_bug.cgi?id=35815

Attachment 50137: windows patch and test updates
https://bugs.webkit.org/attachment.cgi?id=50137&action=review

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
> diff --git a/WebCore/platform/animation/Animation.h
b/WebCore/platform/animation/Animation.h

> -    AnimationFillMode m_fillMode : 2;
> +    unsigned m_fillMode : 3;

I'm pretty sure you only need 2 bits here.

r=me


More information about the webkit-reviews mailing list