コード例 #1
0
ファイル: nsSVGMarkerFrame.cpp プロジェクト: yzhang90/jsmop
void
nsSVGMarkerFrame::SetParentCoordCtxProvider(SVGSVGElement *aContext)
{
  SVGMarkerElement *marker = static_cast<SVGMarkerElement*>(mContent);
  marker->SetParentCoordCtxProvider(aContext);
}