Index: Source/core/html/canvas/CanvasRenderingContext2D.cpp |
diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.cpp b/Source/core/html/canvas/CanvasRenderingContext2D.cpp |
index c7aee8fc69a605c7c06e9fafb1d49a4fd739a87b..48b8be79fd59547a1a165ac51e6591e215689357 100644 |
--- a/Source/core/html/canvas/CanvasRenderingContext2D.cpp |
+++ b/Source/core/html/canvas/CanvasRenderingContext2D.cpp |
@@ -2207,7 +2207,7 @@ PassRefPtr<Canvas2DContextAttributes> CanvasRenderingContext2D::getContextAttrib |
return attributes.release(); |
} |
-void CanvasRenderingContext2D::drawSystemFocusRing(Element* element) |
+void CanvasRenderingContext2D::drawFocusIfNeeded(Element* element) |
{ |
if (!focusRingCallIsValid(m_path, element)) |
return; |