| 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 cb60c3e0e53f0a8cfdb0de73da3c5d7cc0e1f06d..6491f112c36357dd096b11475eb6f22f040ee7a9 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -559,7 +559,7 @@ StyleDifference ComputedStyle::visualInvalidationDiff(
|
| diff.setNeedsFullLayout();
|
| }
|
|
|
| - if (!diff.needsFullLayout() && position() != StaticPosition &&
|
| + if (!diff.needsFullLayout() && position() != EPosition::kStatic &&
|
| m_surround->offset != other.m_surround->offset) {
|
| // Optimize for the case where a positioned layer is moving but not changing
|
| // size.
|
|
|