Index: third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl |
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl b/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl |
index 0852e980bc998ca034f57245ace8df589f12d916..824d3bfd495dec2b8e81c9abf1794368b8bd92ef 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl |
+++ b/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl |
@@ -10,7 +10,6 @@ |
Constructor(DOMMatrixReadOnly matrix), |
Exposed=(Window,PaintWorklet), |
RuntimeEnabled=CSSTypedOM, |
- RuntimeEnabled=GeometryInterfaces, |
foolip
2017/06/19 11:46:59
Why was this removed? I'm fine with removing the R
zino
2017/06/19 16:32:52
The CSSMatrixComponent had two runtime flags CSSTy
|
] interface CSSMatrixComponent : CSSTransformComponent { |
attribute DOMMatrix matrix; |
}; |