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

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

Issue 1806943005: Implemented/Tested line-drawing functions in OffscreenCanvas 2D Context (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits + rebase with master Created 4 years, 9 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/Path2D.idl
diff --git a/third_party/WebKit/Source/modules/canvas2d/Path2D.idl b/third_party/WebKit/Source/modules/canvas2d/Path2D.idl
index 8f8a2a1735600edcb2323217aeeff37fac1da4ca..909b8802cf32398e68b935a553ad411536fb1606 100644
--- a/third_party/WebKit/Source/modules/canvas2d/Path2D.idl
+++ b/third_party/WebKit/Source/modules/canvas2d/Path2D.idl
@@ -33,6 +33,7 @@
Constructor(Path2D path),
Constructor(DOMString text),
GarbageCollected,
+ Exposed(Worker ExperimentalCanvasFeatures, Window StableBlinkFeatures),
] interface Path2D {
[RuntimeEnabled=ExperimentalCanvasFeatures] void addPath(Path2D path, optional SVGMatrix? transform);

Powered by Google App Engine
This is Rietveld 408576698