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

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2365153002: [GeometryInterface] Add rotateAxisAngle*(x,y,z,angle) function. (Closed)
Patch Set: Created 4 years, 3 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
Index: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index a189901d07424128a9934e99ff258fe9e5f32b90..50516cb0b437abce8c4850d844e9d7c586e2c85f 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -969,6 +969,7 @@ interface DOMMatrix : DOMMatrixReadOnly
method invertSelf
method multiplySelf
method preMultiplySelf
+ method rotateAxisAngleSelf
method scale3dSelf
method scaleNonUniformSelf
method scaleSelf
@@ -1031,6 +1032,7 @@ interface DOMMatrixReadOnly
method flipY
method inverse
method multiply
+ method rotateAxisAngle
method scale
method scale3d
method scaleNonUniform

Powered by Google App Engine
This is Rietveld 408576698