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

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

Issue 10983049: Roll IDL to multivm@910 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 | « third_party/WebCore/html/canvas/CanvasRenderingContext.idl ('k') | third_party/WebCore/page/DOMWindow.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/html/canvas/CanvasRenderingContext2D.idl
diff --git a/third_party/WebCore/html/canvas/CanvasRenderingContext2D.idl b/third_party/WebCore/html/canvas/CanvasRenderingContext2D.idl
index cffa8dab9f3e67f23243aba1b109ca03e4fcb99e..a8569487a65a5a0396838a22efe0e51231e32e7f 100644
--- a/third_party/WebCore/html/canvas/CanvasRenderingContext2D.idl
+++ b/third_party/WebCore/html/canvas/CanvasRenderingContext2D.idl
@@ -74,6 +74,10 @@ module html {
attribute float shadowBlur;
attribute [TreatNullAs=NullString] DOMString shadowColor;
+ void setLineDash(in sequence<float> dash);
+ sequence<float> getLineDash();
+ attribute float lineDashOffset;
+
// FIXME: These attributes should also be implemented for V8.
#if !(defined(V8_BINDING) && V8_BINDING)
attribute [Custom] Array webkitLineDash;
« no previous file with comments | « third_party/WebCore/html/canvas/CanvasRenderingContext.idl ('k') | third_party/WebCore/page/DOMWindow.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698