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

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

Issue 1328673003: Remove -webkit-line-box-contain implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix up a few more tests. Created 5 years, 3 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
« no previous file with comments | « Source/core/style/ComputedStyle.cpp ('k') | Source/core/style/StyleRareInheritedData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/StyleRareInheritedData.h
diff --git a/Source/core/style/StyleRareInheritedData.h b/Source/core/style/StyleRareInheritedData.h
index 36b629dfa639377e58a6f23f25d0bd52d9b3931f..0e04f4203f58260465264edd6dc1e98b0c7513d1 100644
--- a/Source/core/style/StyleRareInheritedData.h
+++ b/Source/core/style/StyleRareInheritedData.h
@@ -131,7 +131,6 @@ public:
unsigned m_textCombine : 1; // CSS3 text-combine properties
unsigned m_textIndentLine : 1; // TextIndentEachLine
unsigned m_textIndentType : 1; // TextIndentHanging
- unsigned m_lineBoxContain: 7; // LineBoxContain
// CSS Image Values Level 3
unsigned m_imageRendering : 3; // EImageRendering
unsigned m_textUnderlinePosition : 1; // TextUnderlinePosition
« no previous file with comments | « Source/core/style/ComputedStyle.cpp ('k') | Source/core/style/StyleRareInheritedData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698