[webkit-reviews] review denied: [Bug 87328] Move allowRoundingHacks to Internals interface : [Attachment 143723] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 24 09:06:35 PDT 2012


Eric Seidel <eric at webkit.org> has denied Gyuyoung Kim
<gyuyoung.kim at samsung.com>'s request for review:
Bug 87328: Move allowRoundingHacks to Internals interface
https://bugs.webkit.org/show_bug.cgi?id=87328

Attachment 143723: Patch
https://bugs.webkit.org/attachment.cgi?id=143723&action=review

------- Additional Comments from Eric Seidel <eric at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=143723&action=review


> Source/WebCore/testing/Internals.cpp:1057
> +void Internals::allowRoundingHacks() const
> +{
> +    TextRun::setAllowsRoundingHacks(true);
> +}

How does this get reset between test runs?


More information about the webkit-reviews mailing list