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

Unified Diff: third_party/WebKit/Source/core/style/ComputedStyle.cpp

Issue 2672693002: Moved display property to be generated in ComputedStyleBase. (Closed)
Patch Set: Rebase Created 3 years, 9 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/style/ComputedStyle.cpp
diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
index 0a5208fb8c9831d9aa47033806567974b0b7efc5..d1736afd48371ed6c8374c411d0c967cb1422803 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
@@ -345,8 +345,6 @@ void ComputedStyle::copyNonInheritedFromCached(const ComputedStyle& other) {
// The flags are copied one-by-one because m_nonInheritedData.m_contains a
// bunch of stuff other than real style data.
// See comments for each skipped flag below.
- m_nonInheritedData.m_effectiveDisplay =
- other.m_nonInheritedData.m_effectiveDisplay;
m_nonInheritedData.m_originalDisplay =
other.m_nonInheritedData.m_originalDisplay;
m_nonInheritedData.m_verticalAlign = other.m_nonInheritedData.m_verticalAlign;
« no previous file with comments | « third_party/WebKit/Source/core/style/ComputedStyle.h ('k') | third_party/WebKit/Source/core/style/ComputedStyleConstants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698