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

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

Issue 1181023004: Move rem handling out of CSSParserValues.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Another attempt Created 5 years, 5 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.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/ComputedStyle.cpp
diff --git a/Source/core/style/ComputedStyle.cpp b/Source/core/style/ComputedStyle.cpp
index 8e77ef818173edc0eaee8ada1afc6ed859f4391d..2a794d9b9ffcf0615e5f60a824cafb78d3d7db61 100644
--- a/Source/core/style/ComputedStyle.cpp
+++ b/Source/core/style/ComputedStyle.cpp
@@ -253,6 +253,7 @@ void ComputedStyle::copyNonInheritedFromCached(const ComputedStyle& other)
noninherited_flags.pageBreakBefore = other.noninherited_flags.pageBreakBefore;
noninherited_flags.pageBreakAfter = other.noninherited_flags.pageBreakAfter;
noninherited_flags.pageBreakInside = other.noninherited_flags.pageBreakInside;
+ noninherited_flags.hasRemUnits = other.noninherited_flags.hasRemUnits;
// Correctly set during selector matching:
// noninherited_flags.styleType
« no previous file with comments | « Source/core/style/ComputedStyle.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698