| Index: Source/core/html/canvas/CanvasRenderingContext2D.h
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.h b/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| index cafba659c272018e7af7873a1a7ee46a1094bab0..587320595418412145e64686b4f4526810f01b9e 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext2D.h
|
| @@ -149,7 +149,6 @@ public:
|
| void clearRect(float x, float y, float width, float height);
|
| void fillRect(float x, float y, float width, float height);
|
| void strokeRect(float x, float y, float width, float height);
|
| - void strokeRect(float x, float y, float width, float height, float lineWidth);
|
|
|
| void setShadow(float width, float height, float blur);
|
| void setShadow(float width, float height, float blur, const String& color);
|
|
|