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

Side by Side 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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 5
6 // Represents a matrix value in a CSSTransformValue used for properties like 6 // Represents a matrix value in a CSSTransformValue used for properties like
7 // "transform". 7 // "transform".
8 // Spec: https://drafts.css-houdini.org/css-typed-om/#cssmatrixcomponent 8 // Spec: https://drafts.css-houdini.org/css-typed-om/#cssmatrixcomponent
9 [ 9 [
10 Constructor(DOMMatrixReadOnly matrix), 10 Constructor(DOMMatrixReadOnly matrix),
11 Exposed=(Window,PaintWorklet), 11 Exposed=(Window,PaintWorklet),
12 RuntimeEnabled=CSSTypedOM, 12 RuntimeEnabled=CSSTypedOM
13 RuntimeEnabled=GeometryInterfaces
14 ] interface CSSMatrixComponent : CSSTransformComponent { 13 ] interface CSSMatrixComponent : CSSTransformComponent {
15 attribute DOMMatrix matrix; 14 attribute DOMMatrix matrix;
16 }; 15 };
OLDNEW
« 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