Index: Source/core/svg/SVGGeometryElement.idl |
diff --git a/Source/modules/speech/testing/InternalsSpeechSynthesis.idl b/Source/core/svg/SVGGeometryElement.idl |
similarity index 91% |
copy from Source/modules/speech/testing/InternalsSpeechSynthesis.idl |
copy to Source/core/svg/SVGGeometryElement.idl |
index 34f2bc8119ccd876212595f5b0f07ed454bc1466..d7837585b2811107cf71382233de34d62f2989e5 100644 |
--- a/Source/modules/speech/testing/InternalsSpeechSynthesis.idl |
+++ b/Source/core/svg/SVGGeometryElement.idl |
@@ -28,6 +28,7 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-partial interface Internals { |
- void enableMockSpeechSynthesizer(Document document); |
+interface SVGGeometryElement : SVGGraphicsElement { |
+ boolean isPointInFill(SVGPoint point); |
+ boolean isPointInStroke(SVGPoint point); |
}; |