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

Unified Diff: core/svg/SVGGeometryElement.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 10 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 | « core/svg/SVGEllipseElement.idl ('k') | core/svg/SVGGraphicsElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGGeometryElement.idl
diff --git a/core/events/BeforeUnloadEvent.idl b/core/svg/SVGGeometryElement.idl
similarity index 91%
copy from core/events/BeforeUnloadEvent.idl
copy to core/svg/SVGGeometryElement.idl
index 618d55809395c4d4e5fa4497739234945eea2e91..d7837585b2811107cf71382233de34d62f2989e5 100644
--- a/core/events/BeforeUnloadEvent.idl
+++ b/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);
+ boolean isPointInStroke(SVGPoint point);
};
« no previous file with comments | « core/svg/SVGEllipseElement.idl ('k') | core/svg/SVGGraphicsElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698