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

Unified Diff: Source/core/html/canvas/Path.idl

Issue 14988008: Rename DOMPath IDL interface to Path to match the specification (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
« no previous file with comments | « Source/core/html/canvas/DOMPath.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/Path.idl
diff --git a/Source/core/html/canvas/DOMPath.idl b/Source/core/html/canvas/Path.idl
similarity index 97%
rename from Source/core/html/canvas/DOMPath.idl
rename to Source/core/html/canvas/Path.idl
index 9a68c72750da6231c93965848ada41abe16e7217..14ed146a1d9194d98f0137ade66da5662f17b3fb 100644
--- a/Source/core/html/canvas/DOMPath.idl
+++ b/Source/core/html/canvas/Path.idl
@@ -29,12 +29,12 @@
[
EnabledAtRuntime=canvasPath,
Constructor,
- Constructor(DOMPath path),
+ Constructor(Path path),
#if defined(ENABLE_SVG) && ENABLE_SVG
Constructor(DOMString text),
#endif
- InterfaceName=Path
-] interface DOMPath {
+ ImplementedAs=DOMPath
+] interface Path {
// FIXME: These methods should be shared with CanvasRenderingContext2D in the CanvasPathMethods interface.
void closePath();
« no previous file with comments | « Source/core/html/canvas/DOMPath.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698