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

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

Issue 289283019: Remove canvas.drawCustomFocusRing() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 7 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 5fad342ff4454756c35991cc851811a6ded9d8ae..9427f80e7f7d255e129ac7f13023c9862f9e68b8 100644
--- a/Source/core/html/canvas/CanvasRenderingContext2D.h
+++ b/Source/core/html/canvas/CanvasRenderingContext2D.h
@@ -226,7 +226,6 @@ public:
void drawFocusIfNeeded(Element*);
void drawFocusIfNeeded(Path2D*, Element*);
- bool drawCustomFocusRing(Element*);
void loseContext();
void restoreContext();

Powered by Google App Engine
This is Rietveld 408576698