Chromium Code Reviews
DescriptionSimplify PROGRESS shadow elements.
This CL removes the following elements, and use ProgressShadowElement instead.
- ProgressInnerElement
- ProgressBarElement
- ProgressValueElement
The difference between ProgressInnerElement and ProgressShadowElement was only
openShadowRoot() check in layoutObjectIsNeeded(). The check is unnecessary now
because PROGRESS element can't have an open ShadowRoot.
ProgressBarElement and ProgressShadowElement were identical.
The difference between ProgressValueElement and ProgressShadowElement was only
setWidthPercentage(). The function is moved to HTMLProgressElement.
This CL has no behavior changes.
BUG=609687
Committed: https://crrev.com/a21d40e8c4fddd9af8180dfa968794d6a9350eae
Cr-Commit-Position: refs/heads/master@{#392028}
Patch Set 1 #
Messages
Total messages: 10 (5 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||