From: commit-queue@webkit.org Date: Wed, 28 Jan 2015 08:09:25 +0000 (+0000) Subject: Rename descendentxxx to descendantxxxx in RenderLayerBacking X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=37fe8b1a1d52276d204bfdb638c6443859986887;hp=37fe8b1a1d52276d204bfdb638c6443859986887 Rename descendentxxx to descendantxxxx in RenderLayerBacking https://bugs.webkit.org/show_bug.cgi?id=140979 Patch by Jeongmin Kim on 2015-01-28 Reviewed by Martin Robinson. Rename descendentxxx to descendantxxxx in RenderLayerBacking for matching other variables and function names. * rendering/RenderLayerBacking.cpp: (WebCore::RenderLayerBacking::updateConfiguration): (WebCore::RenderLayerBacking::updateAfterDescendants): (WebCore::RenderLayerBacking::updateChildClippingStrategy): (WebCore::RenderLayerBacking::paintsChildren): (WebCore::descendantLayerPaintsIntoAncestor): (WebCore::RenderLayerBacking::isPaintDestinationForDescendantLayers): (WebCore::descendentLayerPaintsIntoAncestor): Deleted. (WebCore::RenderLayerBacking::isPaintDestinationForDescendentLayers): Deleted. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@179244 268f45cc-cd09-0410-ab3c-d52691b4dbfc ---