DescriptionMake RenderSVGResource::requestPaintingResource an implementation detail
This allows "simple color" and resource-based paint-servers to be
separated, and clears the path for removing RenderSVGResource from the
inheritance chain.
Rename requestPaintingResource to requestPaint, because it no longer
return (only) a 'resource'.
RenderSVGResource::sharedSolidPaintingResource becomes unused - as well
as RenderSVGResourceSolidColor, so remove those.
BUG=420022
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184094
Patch Set 1 #Patch Set 2 : Drop SolidColorResourceType. #
Total comments: 5
Patch Set 3 : Make requestPaint an impl. detail. #Patch Set 4 : Tweaks for DRT output. #Patch Set 5 : Revert to earlier. Try to keep some impl-detail-hiding. #
Total comments: 1
Patch Set 6 : requestPaintForDRT -> requestPaintDescription. #Messages
Total messages: 18 (2 generated)
|