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

Unified Diff: third_party/WebKit/Source/modules/canvas2d/CanvasPath.idl

Issue 2826773002: Rename CanvasPathMethods to CanvasPath (Closed)
Patch Set: x Created 3 years, 8 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: 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);

Powered by Google App Engine
This is Rietveld 408576698