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

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

Issue 2938413005: GeometryInterface: Enable GeometryInterfaces by default. (Closed)
Patch Set: rebased 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 a2a67383e57c48f946b3e287081f7121ea300c28..7dd2600fbcc79bfc34795eaaa3a7aed3f035b7aa 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponent.idl
@@ -9,8 +9,7 @@
[
Constructor(DOMMatrixReadOnly matrix),
Exposed=(Window,PaintWorklet),
- RuntimeEnabled=CSSTypedOM,
- RuntimeEnabled=GeometryInterfaces
+ RuntimeEnabled=CSSTypedOM
] 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