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

Unified Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt

Issue 2709763004: Make WebKitCSSMatrix an alias of DOMMatrix (Closed)
Patch Set: Make WebkitCSSMatrix an alias of DOMMatrix Created 3 years, 7 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/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt
index c52ac54176f99a01e06071421b6a084c05686bd4..d91de36a8ecca0cfea5dca801e5ce112a1524a0b 100644
--- a/third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt
@@ -8457,7 +8457,7 @@ interface WebKitAnimationEvent : Event
getter animationName
getter elapsedTime
method constructor
-interface WebKitCSSMatrix
+interface WebKitCSSMatrix : DOMMatrixReadOnly
attribute @@toStringTag
getter a
getter b
@@ -8482,16 +8482,18 @@ interface WebKitCSSMatrix
getter m43
getter m44
method constructor
- method inverse
- method multiply
- method rotate
- method rotateAxisAngle
- method scale
+ method invertSelf
+ method multiplySelf
+ method preMultiplySelf
+ method rotateAxisAngleSelf
+ method rotateFromVectorSelf
+ method rotateSelf
+ method scale3dSelf
+ method scaleSelf
method setMatrixValue
- method skewX
- method skewY
- method toString
- method translate
+ method skewXSelf
+ method skewYSelf
+ method translateSelf
setter a
setter b
setter c

Powered by Google App Engine
This is Rietveld 408576698