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

Unified Diff: android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt

Issue 2413753004: Move getTotalLength and getPointAtLength methods from SVGPathElement to SVGGeometryElement. (Closed)
Patch Set: Align with review comments Created 4 years, 2 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 | « no previous file | third_party/WebKit/LayoutTests/imported/wpt/svg/historical-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt
diff --git a/android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt b/android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt
index 8c85558613d3746225c24127d539f40f18121729..12b1399c5d6b72bef792a5d754484634a5b61522 100644
--- a/android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt
+++ b/android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt
@@ -3948,6 +3948,8 @@ interface SVGGElement : SVGGraphicsElement
method constructor
interface SVGGeometryElement : SVGGraphicsElement
method constructor
+ method getPointAtLength
+ method getTotalLength
method isPointInFill
method isPointInStroke
interface SVGGradientElement : SVGElement
@@ -4103,8 +4105,6 @@ interface SVGPathElement : SVGGeometryElement
getter pathLength
method constructor
method getPathSegAtLength
- method getPointAtLength
- method getTotalLength
interface SVGPatternElement : SVGElement
getter height
getter href
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/imported/wpt/svg/historical-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698