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

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

Issue 178673002: Rename Path to Path2D (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@path
Patch Set: Created 6 years, 10 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/Path.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/Path2D.idl
diff --git a/Source/core/html/canvas/Path.idl b/Source/core/html/canvas/Path2D.idl
similarity index 97%
rename from Source/core/html/canvas/Path.idl
rename to Source/core/html/canvas/Path2D.idl
index 66435a5da4609f265949c4ba995ddb95cf8bbb69..1e37e9067a7ef845481dcd201a3b2680292cf2fa 100644
--- a/Source/core/html/canvas/Path.idl
+++ b/Source/core/html/canvas/Path2D.idl
@@ -29,10 +29,10 @@
[
RuntimeEnabled=ExperimentalCanvasFeatures,
Constructor,
- Constructor(Path path),
+ Constructor(Path2D path),
Constructor(DOMString text),
- ImplementedAs=DOMPath
-] interface Path {
+ ImplementedAs=DOMPath2D
Justin Novosad 2014/02/26 15:29:42 Do we still need the "DOM" prefix? I assume we we
jcgregorio 2014/02/26 16:19:29 Done.
+] interface Path2D {
// FIXME: These methods should be shared with CanvasRenderingContext2D in the CanvasPathMethods interface.
void closePath();
« no previous file with comments | « Source/core/html/canvas/Path.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698