Bug 146215 - Element with blur backdrop-filter shows edge duplication and dark edges
Summary: Element with blur backdrop-filter shows edge duplication and dark edges
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-22 14:31 PDT by Dean Jackson
Modified: 2015-06-22 15:07 PDT (History)
0 users

See Also:


Attachments
Patch (23.83 KB, patch)
2015-06-22 14:39 PDT, Dean Jackson
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2015-06-22 14:31:59 PDT
Element with blur backdrop-filter shows edge duplication and dark edges
Comment 1 Dean Jackson 2015-06-22 14:38:40 PDT
<rdar://problem/20367695>
Comment 2 Dean Jackson 2015-06-22 14:39:13 PDT
Created attachment 255370 [details]
Patch
Comment 3 Tim Horton 2015-06-22 14:42:10 PDT
Comment on attachment 255370 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=255370&action=review

> Source/WebCore/platform/graphics/filters/FilterOperations.h:75
> +    bool usedForBackdropFilters() const { return m_usedForBackdropFilters; }

Should this have an is- prefix?
Comment 4 Dean Jackson 2015-06-22 15:07:57 PDT
Committed r185846: <http://trac.webkit.org/changeset/185846>