Chromium Code Reviews| Index: Source/core/svg/SVGGeometryElement.idl |
| diff --git a/Source/core/events/BeforeUnloadEvent.idl b/Source/core/svg/SVGGeometryElement.idl |
| similarity index 91% |
| copy from Source/core/events/BeforeUnloadEvent.idl |
| copy to Source/core/svg/SVGGeometryElement.idl |
| index 618d55809395c4d4e5fa4497739234945eea2e91..3555aeeea6d8f2508c87a6fae48031cd9394adec 100644 |
| --- a/Source/core/events/BeforeUnloadEvent.idl |
| +++ b/Source/core/svg/SVGGeometryElement.idl |
| @@ -28,6 +28,7 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| -interface BeforeUnloadEvent : Event { |
| - attribute DOMString returnValue; |
| +interface SVGGeometryElement : SVGGraphicsElement { |
| + boolean isPointInFill(SVGPoint point); |
|
pdr.
2013/11/09 00:20:08
nit: extra spaces
|
| + boolean isPointInStroke(SVGPoint point); |
|
pdr.
2013/11/09 00:20:08
Can you add a test of checking isPointInStroke() a
|
| }; |