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

Unified Diff: third_party/WebCore/html/canvas/DOMPath.idl

Issue 12316066: Update WebKit idl files after chrome roll (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove deltaMode from WheelEvent template. Created 7 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
Index: third_party/WebCore/html/canvas/DOMPath.idl
diff --git a/third_party/WebCore/html/canvas/DOMPath.idl b/third_party/WebCore/html/canvas/DOMPath.idl
index 3bed58ab10b721242b2a41a22bc0e8ada6e8c683..04da20e684170fa9bde3a8d981e01542f0861214 100644
--- a/third_party/WebCore/html/canvas/DOMPath.idl
+++ b/third_party/WebCore/html/canvas/DOMPath.idl
@@ -28,6 +28,10 @@
interface [
Constructor,
+ Constructor(in DOMPath path),
+#if defined(ENABLE_SVG) && ENABLE_SVG
+ Constructor(in DOMString text),
+#endif
Conditional=CANVAS_PATH,
InterfaceName=Path
] DOMPath {

Powered by Google App Engine
This is Rietveld 408576698