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

Unified Diff: third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.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/CanvasRenderingContext2D.idl
diff --git a/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.idl b/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.idl
index 9fa38ca183503335b4b25d49e0ecb8d9e271c231..6ab34b38649b9158fc8efcdfe8c2dc6deae6bf90 100644
--- a/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.idl
+++ b/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.idl
@@ -90,7 +90,7 @@ enum ImageSmoothingQuality {"low", "medium", "high"};
void fillRect(unrestricted double x, unrestricted double y, unrestricted double width, unrestricted double height);
void strokeRect(unrestricted double x, unrestricted double y, unrestricted double width, unrestricted double height);
- // path API (see also CanvasPathMethods)
+ // path API (see also CanvasPath)
void beginPath();
void fill(optional CanvasFillRule winding);
void fill(Path2D path, optional CanvasFillRule winding);
@@ -156,4 +156,4 @@ enum ImageSmoothingQuality {"low", "medium", "high"};
};
-CanvasRenderingContext2D implements CanvasPathMethods;
+CanvasRenderingContext2D implements CanvasPath;
« no previous file with comments | « third_party/WebKit/Source/modules/canvas2d/CanvasPathMethods.idl ('k') | third_party/WebKit/Source/modules/canvas2d/Path2D.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698