Chromium Code Reviews
DescriptionRefactor ElementShadow by separating v0 related features as ElementShadowV0
Introduces ElementShadowV0, separated from ElementShadow, to make the role of
ElementShadow clear. The clear separation of v0 APIs and v1 APIS would prevent a
misusage of ElementShadow.
ElementShadowV0 is created only for v0 shadow trees. Thus, ElementShadow will be a
light-weight object for v1 shadow trees.
BUG=624724
Committed: https://crrev.com/76384394c1e14fda6f4bc0f3cae50563a136cbaa
Cr-Commit-Position: refs/heads/master@{#418198}
Patch Set 1 #Patch Set 2 : WIP #Patch Set 3 : update #Patch Set 4 : minor #
Total comments: 4
Patch Set 5 : addressed #Messages
Total messages: 36 (25 generated)
|