DescriptionMade ElementStyleResources store const CSSSVGDocumentValues
Made ElementStyleResources store const CSSSVGDocumentValues in
m_pendingSVGDocuments, meaning that addPendingSVGDocument() can take a
const CSSSVGDocumentValue* instead of a regular pointer. This was
required so that FilterOperationResolver::createFilterOperations() can
use the non-const call to CSSValueList::item().
This also involved making CSSSVGDocumentValue::load() a const method and
marking CSSSVGDocumentValue's cache-related members as mutable.
BUG=526586
Committed: https://crrev.com/a04d68383de9cc5e71706c4f227b4c67ca4b433d
Cr-Commit-Position: refs/heads/master@{#397985}
Patch Set 1 #Patch Set 2 : Rebase #
Depends on Patchset: Messages
Total messages: 9 (4 generated)
|