| 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..824c31d680c57c32b0fc602eb0bd073ac0485923 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp
|
| @@ -41,6 +41,7 @@ StyleResolverState::StyleResolverState(
|
| // TODO(jchaffraix): We should make m_parentStyle const
|
| // (https://crbug.com/468152)
|
| m_parentStyle(const_cast<ComputedStyle*>(parentStyle)),
|
| + m_isAnimatingCustomProperties(false),
|
| m_applyPropertyToRegularStyle(true),
|
| m_applyPropertyToVisitedLinkStyle(false),
|
| m_hasDirAutoAttribute(false),
|
|
|