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

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

Issue 2943303002: [CSS Typed OM] Refactor is2D handling in CSSTransformComponents to match new spec (Closed)
Patch Set: rebase 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/CSSMatrixComponentOptions.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponentOptions.idl b/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponentOptions.idl
new file mode 100644
index 0000000000000000000000000000000000000000..3b926a58c6a345f7367914cf3a2db0ad18c05bb1
--- /dev/null
+++ b/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponentOptions.idl
@@ -0,0 +1,10 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// Options for creating a CSSMatrixComponent. See CSSMatrixComponent for usage.
+// Spec: https://drafts.css-houdini.org/css-typed-om/#dictdef-cssmatrixcomponentoptions
+dictionary CSSMatrixComponentOptions {
+ boolean is2D = false;
+};
+

Powered by Google App Engine
This is Rietveld 408576698