Index: Source/core/html/canvas/CanvasRenderingContext2D.h |
diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.h b/Source/core/html/canvas/CanvasRenderingContext2D.h |
index 27003eb1d581342e085a81783eebb72f8df90130..5fad342ff4454756c35991cc851811a6ded9d8ae 100644 |
--- a/Source/core/html/canvas/CanvasRenderingContext2D.h |
+++ b/Source/core/html/canvas/CanvasRenderingContext2D.h |
@@ -332,7 +332,6 @@ private: |
void drawFocusIfNeededInternal(const Path&, Element*); |
bool focusRingCallIsValid(const Path&, Element*); |
- void updateFocusRingAccessibility(const Path&, Element*); |
void drawFocusRing(const Path&); |
virtual bool is2d() const OVERRIDE { return true; } |