WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
60679
Switch paintBoxDecorationWithSize to IntRect
https://bugs.webkit.org/show_bug.cgi?id=60679
Summary
Switch paintBoxDecorationWithSize to IntRect
Levi Weintraub
Reported
2011-05-11 17:40:28 PDT
Another four-ints-but-should-be-an-IntRect offender.
Attachments
Patch
(3.85 KB, patch)
2011-05-12 15:08 PDT
,
Levi Weintraub
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Levi Weintraub
Comment 1
2011-05-12 15:08:08 PDT
Created
attachment 93351
[details]
Patch
Eric Seidel (no email)
Comment 2
2011-05-12 15:10:25 PDT
Comment on
attachment 93351
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=93351&action=review
> Source/WebCore/rendering/RenderBox.cpp:808 > + if (paintInfo.shouldPaintWithinRoot(this)) > + paintBoxDecorationsWithSize(paintInfo, IntRect(tx, ty, width(), height()));
I think I like the other style better. But it doesn't really matter. :)
Levi Weintraub
Comment 3
2011-05-12 15:15:30 PDT
Comment on
attachment 93351
[details]
Patch Clearing flags on attachment: 93351 Committed
r86385
: <
http://trac.webkit.org/changeset/86385
>
Levi Weintraub
Comment 4
2011-05-12 15:15:33 PDT
All reviewed patches have been landed. Closing bug.
Darin Adler
Comment 5
2011-05-12 17:24:29 PDT
const IntRect&!
Eric Seidel (no email)
Comment 6
2011-05-12 19:00:26 PDT
(In reply to
comment #5
)
> const IntRect&!
Oops. Sorry. :(
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug