Index: Source/core/html/canvas/CanvasRenderingContext2D.idl |
diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.idl b/Source/core/html/canvas/CanvasRenderingContext2D.idl |
index b6b34f30bf89807abcaa0255fb84635051726ae7..eecd8cfeb730f33a87ba45783fded72d05f641e8 100644 |
--- a/Source/core/html/canvas/CanvasRenderingContext2D.idl |
+++ b/Source/core/html/canvas/CanvasRenderingContext2D.idl |
@@ -90,6 +90,9 @@ interface CanvasRenderingContext2D { |
boolean isPointInStroke(float x, float y); |
[RuntimeEnabled=ExperimentalCanvasFeatures, RaisesException] boolean isPointInStroke(Path2D? path, float x, float y); |
+ [RuntimeEnabled=ExperimentalCanvasFeatures] void scrollPathIntoView(); |
+ [RuntimeEnabled=ExperimentalCanvasFeatures, RaisesException] void scrollPathIntoView(Path2D? path); |
+ |
// text |
attribute DOMString font; |
attribute DOMString textAlign; |