WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
78765
ShadowBlur.cpp's cached content matching needs to consider m_layerSize changes
https://bugs.webkit.org/show_bug.cgi?id=78765
Summary
ShadowBlur.cpp's cached content matching needs to consider m_layerSize changes
Matthew Delaney
Reported
2012-02-15 17:30:49 PST
Sometimes shadows draw via ShadowBlur.cpp are corrupted, containing contents of old shadows. The checks in matchesLastShadow() don't consider when m_layerSize changes and thus some of the old content of the scratch buffer might be drawn. This patch is to store the last m_layerSize value and make sure that matches as well.
Attachments
Patch
(9.83 KB, patch)
2012-02-16 16:49 PST
,
Matthew Delaney
simon.fraser
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Matthew Delaney
Comment 1
2012-02-15 17:31:18 PST
<
rdar://problem/10670507
>
Matthew Delaney
Comment 2
2012-02-16 16:49:31 PST
Created
attachment 127467
[details]
Patch
Matthew Delaney
Comment 3
2012-02-16 17:40:39 PST
Committed
r108008
: <
http://trac.webkit.org/changeset/108008
>
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