Index: Source/core/html/canvas/CanvasRenderingContext2D.h |
diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.h b/Source/core/html/canvas/CanvasRenderingContext2D.h |
index 022b9cf5189b763db2276fd6238e27192e41ae3a..0428bdcac6fef5dd5ab1fca4e329b158c4a5ffc5 100644 |
--- a/Source/core/html/canvas/CanvasRenderingContext2D.h |
+++ b/Source/core/html/canvas/CanvasRenderingContext2D.h |
@@ -230,7 +230,7 @@ public: |
PassRefPtr<Canvas2DContextAttributes> getContextAttributes() const; |
- void drawSystemFocusRing(Element*); |
+ void drawFocusIfNeeded(Element*); |
bool drawCustomFocusRing(Element*); |
private: |