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

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

Issue 62943002: Implement SVGGeometryElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add SVGGeometryElement in expected results 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
« no previous file with comments | « Source/core/svg/SVGGeometryElement.cpp ('k') | Source/core/svg/SVGLineElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « Source/core/svg/SVGGeometryElement.cpp ('k') | Source/core/svg/SVGLineElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698