Chromium Code Reviews| 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
|
| }; |
| - |