| 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;
|
|
|