Bug 146215

Summary: Element with blur backdrop-filter shows edge duplication and dark edges
Product: WebKit Reporter: Dean Jackson <dino>
Component: New BugsAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

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>