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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl

Issue 2938413005: GeometryInterface: Enable GeometryInterfaces by default. (Closed)
Patch Set: Merge WebKitCSSMatrix change Created 3 years, 6 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/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;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/WebKitCSSMatrix.idl ('k') | third_party/WebKit/Source/core/frame/Window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698