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

Unified Diff: Source/core/svg/SVGGeometryElement.idl

Issue 62943002: Implement SVGGeometryElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update copyrights Created 7 years, 1 month 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: 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
};

Powered by Google App Engine
This is Rietveld 408576698