| Index: sky/engine/core/html/canvas/CanvasRenderingContext2D.idl
|
| diff --git a/sky/engine/core/html/canvas/CanvasRenderingContext2D.idl b/sky/engine/core/html/canvas/CanvasRenderingContext2D.idl
|
| index ca30fefc984bc0e8a060504da14543a3720e3675..162db8e5f4ec9a236e74f79a122021e7d863ed31 100644
|
| --- a/sky/engine/core/html/canvas/CanvasRenderingContext2D.idl
|
| +++ b/sky/engine/core/html/canvas/CanvasRenderingContext2D.idl
|
| @@ -87,7 +87,6 @@ enum CanvasFillRule { "nonzero", "evenodd" };
|
| void drawFocusIfNeeded(Element element);
|
| void drawFocusIfNeeded(Path2D path, Element element);
|
|
|
| - [RuntimeEnabled=ExperimentalCanvasFeatures] void scrollPathIntoView(optional Path2D path);
|
| void clip(optional CanvasFillRule winding);
|
| void clip(Path2D path, optional CanvasFillRule winding);
|
| boolean isPointInPath(unrestricted float x, unrestricted float y, optional CanvasFillRule winding);
|
|
|