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

Unified Diff: Source/core/style/StyleRareInheritedData.h

Issue 1162793003: Add CSS image-orientation: from-image (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address even more review comments Created 5 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: Source/core/style/StyleRareInheritedData.h
diff --git a/Source/core/style/StyleRareInheritedData.h b/Source/core/style/StyleRareInheritedData.h
index 1222c3e8666251605348d6bdd0238093a5dfbde1..034ee9dad374748063c1482cf02dac0f09fd95a2 100644
--- a/Source/core/style/StyleRareInheritedData.h
+++ b/Source/core/style/StyleRareInheritedData.h
@@ -136,6 +136,8 @@ public:
unsigned m_selfOrAncestorHasDirAutoAttribute : 1;
+ unsigned m_respectImageOrientation : 1;
+
AtomicString hyphenationString;
short hyphenationLimitBefore;
short hyphenationLimitAfter;

Powered by Google App Engine
This is Rietveld 408576698