Index: sky/engine/core/rendering/RenderImage.cpp |
diff --git a/sky/engine/core/rendering/RenderImage.cpp b/sky/engine/core/rendering/RenderImage.cpp |
index a1a95039304d8e88d5df74cf625efb1d30d36d7d..7abd3a1f85ba45e747eb02b423e21a100c806a14 100644 |
--- a/sky/engine/core/rendering/RenderImage.cpp |
+++ b/sky/engine/core/rendering/RenderImage.cpp |
@@ -184,18 +184,6 @@ void RenderImage::paintReplaced(PaintInfo& paintInfo, const LayoutPoint& paintOf |
} |
} |
-void RenderImage::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset) |
-{ |
- RenderReplaced::paint(paintInfo, paintOffset); |
- |
- if (paintInfo.phase == PaintPhaseOutline) |
- paintAreaElementFocusRing(paintInfo); |
-} |
- |
-void RenderImage::paintAreaElementFocusRing(PaintInfo& paintInfo) |
-{ |
-} |
- |
void RenderImage::paintIntoRect(GraphicsContext* context, const LayoutRect& rect) |
{ |
IntRect alignedRect = pixelSnappedIntRect(rect); |