コード例 #1
0
void ImagePainter::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
{
    m_renderImage.RenderReplaced::paint(paintInfo, paintOffset);

    if (paintInfo.phase == PaintPhaseOutline)
        paintAreaElementFocusRing(paintInfo);
}
コード例 #2
0
ファイル: ImagePainter.cpp プロジェクト: ollie314/chromium
void ImagePainter::paint(const PaintInfo& paintInfo,
                         const LayoutPoint& paintOffset) {
  m_layoutImage.LayoutReplaced::paint(paintInfo, paintOffset);

  if (paintInfo.phase == PaintPhaseOutline)
    paintAreaElementFocusRing(paintInfo, paintOffset);
}