Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5 |
| diff --git a/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5 b/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5 |
| index ca6619c62777ac44be9f8200969a6ea58e07d6f9..edb6fe7b0e78876712344b3bdf169776f60d8c97 100644 |
| --- a/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5 |
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5 |
| @@ -473,7 +473,7 @@ |
| field_group: "rare-inherited", |
| }, |
| { |
| - name: "SelfOrAncestorHasDirAutoAttribute", |
| + name: "RespectImageOrientation", |
|
shend
2017/06/14 07:26:28
what happened here?
nainar
2017/06/14 07:29:15
i mistakenly imported changes from another CL.
|
| inherited: true, |
| field_template: "storage_only", |
| type_name: "bool", |
| @@ -482,7 +482,7 @@ |
| field_group: "rare-inherited", |
| }, |
| { |
| - name: "RespectImageOrientation", |
| + name: "SelfOrAncestorHasDirAutoAttribute", |
|
shend
2017/06/14 07:26:28
same here.
nainar
2017/06/14 07:29:14
i mistakenly imported changes from another CL.
|
| inherited: true, |
| field_template: "storage_only", |
| type_name: "bool", |