Bug 99364 - Revert rounding change in RenderTable::paintObject
Summary: Revert rounding change in RenderTable::paintObject
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Emil A Eklund
URL:
Keywords:
Depends on:
Blocks: 99376
  Show dependency treegraph
 
Reported: 2012-10-15 14:08 PDT by Emil A Eklund
Modified: 2012-10-15 15:54 PDT (History)
2 users (show)

See Also:


Attachments
Patch (278.41 KB, patch)
2012-10-15 14:18 PDT, Emil A Eklund
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Emil A Eklund 2012-10-15 14:08:33 PDT
Bug 91410 changed RenderTable::paintObject to round the offset in order to avoid table-background bleed through. The root cause for that has since been fixed and the rounding workaround is no longer needed. This change reverts the code change from bug 91410 while preserving the test added as a part of that change as it now passes without the workaround.
Comment 1 Emil A Eklund 2012-10-15 14:18:31 PDT
Created attachment 168779 [details]
Patch
Comment 2 Levi Weintraub 2012-10-15 14:21:16 PDT
Comment on attachment 168779 [details]
Patch

Sorry, doesn't apply to ToT, but LGTM.
Comment 3 Emil A Eklund 2012-10-15 14:28:22 PDT
Committed r131358: <http://trac.webkit.org/changeset/131358>