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

Unified Diff: Source/core/rendering/style/FillLayer.cpp

Issue 350333003: Cascade declared property values instead of applying values on top of each other (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 4 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/css/resolver/StyleResolverState.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/style/FillLayer.cpp
diff --git a/Source/core/rendering/style/FillLayer.cpp b/Source/core/rendering/style/FillLayer.cpp
index 34b5887728dcdd80f53d7565ca168fb1d812d17a..4d5c617b5cb703bf183660d4ef571089c9eb17c4 100644
--- a/Source/core/rendering/style/FillLayer.cpp
+++ b/Source/core/rendering/style/FillLayer.cpp
@@ -69,7 +69,7 @@ FillLayer::FillLayer(EFillLayerType type, bool useInitialValues)
, m_yPosSet(useInitialValues)
, m_backgroundXOriginSet(false)
, m_backgroundYOriginSet(false)
- , m_compositeSet(useInitialValues || type == MaskFillLayer)
+ , m_compositeSet(useInitialValues)
, m_blendModeSet(useInitialValues)
, m_maskSourceTypeSet(useInitialValues)
, m_type(type)
« no previous file with comments | « Source/core/css/resolver/StyleResolverState.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698