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

Unified Diff: third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5

Issue 2936113003: Make EIsolation an enum class. (Closed)
Patch Set: 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/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",
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSProperties.json5 ('k') | third_party/WebKit/Source/core/style/ComputedStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698