Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1302)

Unified Diff: Source/core/html/canvas/CanvasRenderingContext2D.h

Issue 208003003: Rename drawSystemFocusRing() to drawFocusIfNeeded() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698