DescriptionSVGElement::parseAttribute resolves property via property map (Step 2.5)
This CL moves SVGFitToViewBox hierarchy to parseAttributeNew.
This is to replace the existing |SVGElement::parseAttribute| implementation,
but as there are many callers, we would like to proceed this incrementally.
a) Introduce |SVGElement::parseAttributeNew| *LANDED*
b) Convert all overrides |SVGElement::parseAttribute| to
a |parseAttributeNew| call. <-- This patch
c) Replace existing |parseAttribute| with |parseAttributeNew|, and remove all
overrides simply calling |parseAttributeNew|
This patch is (b).
BUG=397902
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183860
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|