| Index: third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp b/third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp
|
| index 5f790d539c389aab9624e269e788bcf76ea00cdc..fde3c0d79f4573e1bd6b9297f07342c1a0cf1399 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp
|
| @@ -41,6 +41,8 @@ StyleResolverState::StyleResolverState(
|
| // TODO(jchaffraix): We should make m_parentStyle const
|
| // (https://crbug.com/468152)
|
| m_parentStyle(const_cast<ComputedStyle*>(parentStyle)),
|
| + m_isAnimationInterpolationMapReady(false),
|
| + m_isAnimatingCustomProperties(false),
|
| m_applyPropertyToRegularStyle(true),
|
| m_applyPropertyToVisitedLinkStyle(false),
|
| m_hasDirAutoAttribute(false),
|
|
|