| Index: third_party/WebKit/Source/modules/canvas2d/CanvasPath.idl
|
| diff --git a/third_party/WebKit/Source/modules/canvas2d/CanvasPathMethods.idl b/third_party/WebKit/Source/modules/canvas2d/CanvasPath.idl
|
| similarity index 91%
|
| rename from third_party/WebKit/Source/modules/canvas2d/CanvasPathMethods.idl
|
| rename to third_party/WebKit/Source/modules/canvas2d/CanvasPath.idl
|
| index 2c37810cef724edd0688127b90dfab4ad2bec9b6..8b15e1446413051d013539da27ef2e1c8cf6a770 100644
|
| --- a/third_party/WebKit/Source/modules/canvas2d/CanvasPathMethods.idl
|
| +++ b/third_party/WebKit/Source/modules/canvas2d/CanvasPath.idl
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#canvaspathmethods
|
| +// https://html.spec.whatwg.org/multipage/scripting.html#canvaspath
|
|
|
| [
|
| NoInterfaceObject, // Always used on target of 'implements'
|
| -] interface CanvasPathMethods {
|
| +] interface CanvasPath {
|
| // shared path API methods
|
| void closePath();
|
| void moveTo(unrestricted float x, unrestricted float y);
|
|
|