Bug 190584 - Make a helper function to check for reflection layers
Summary: Make a helper function to check for reflection layers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-10-15 09:00 PDT by Simon Fraser (smfr)
Modified: 2018-10-15 10:51 PDT (History)
4 users (show)

See Also:


Attachments
Patch (4.49 KB, patch)
2018-10-15 09:01 PDT, Simon Fraser (smfr)
zalan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2018-10-15 09:00:20 PDT
Make a helper function to check for reflection layers
Comment 1 Simon Fraser (smfr) 2018-10-15 09:01:16 PDT
Created attachment 352328 [details]
Patch
Comment 2 zalan 2018-10-15 09:25:04 PDT
Comment on attachment 352328 [details]
Patch

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

> Source/WebCore/rendering/RenderLayer.cpp:6425
> +bool RenderLayer::isReflectionLayer(RenderLayer& layer) const

const RenderLayer&?
Comment 3 Simon Fraser (smfr) 2018-10-15 10:50:47 PDT
https://trac.webkit.org/r237122
Comment 4 Radar WebKit Bug Importer 2018-10-15 10:51:53 PDT
<rdar://problem/45276561>