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

Unified Diff: third_party/WebKit/Source/core/css/CSSConditionRule.idl

Issue 2416893002: CSSMediaRule and CSSSupportsRule inherit from CSSConditionRule (Closed)
Patch Set: Fix layout virtual tests Created 4 years, 2 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/CSSConditionRule.idl
diff --git a/cc/ipc/filter_operations.mojom b/third_party/WebKit/Source/core/css/CSSConditionRule.idl
similarity index 50%
copy from cc/ipc/filter_operations.mojom
copy to third_party/WebKit/Source/core/css/CSSConditionRule.idl
index 9e94216aefe2c30443cac53624263a9f0cfad188..268a92238e20080e46e0dd498b10f325651ffb61 100644
--- a/cc/ipc/filter_operations.mojom
+++ b/third_party/WebKit/Source/core/css/CSSConditionRule.idl
@@ -2,12 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module cc.mojom;
+//https://drafts.csswg.org/css-conditional/#the-cssconditionrule-interface
foolip 2016/10/14 08:36:44 An extra space here :)
-import "cc/ipc/filter_operation.mojom";
-
-// See cc/output/filter_operations.h.
-struct FilterOperations {
- array<cc.mojom.FilterOperation> operations;
+interface CSSConditionRule : CSSGroupingRule {
+ readonly attribute DOMString conditionText;
foolip 2016/10/14 08:36:44 This is actually not readonly in the spec. You're
};
-
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSConditionRule.cpp ('k') | third_party/WebKit/Source/core/css/CSSMediaRule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698