| Index: third_party/WebKit/Source/web/FindInPageCoordinates.cpp
|
| diff --git a/third_party/WebKit/Source/web/FindInPageCoordinates.cpp b/third_party/WebKit/Source/web/FindInPageCoordinates.cpp
|
| index 44421f9a6e3f70fea2fe699a07b891521802ce69..c3e592e3451d8cb0eaff9b2e34fdb5f50c6fab26 100644
|
| --- a/third_party/WebKit/Source/web/FindInPageCoordinates.cpp
|
| +++ b/third_party/WebKit/Source/web/FindInPageCoordinates.cpp
|
| @@ -95,7 +95,7 @@ static FloatRect toNormalizedRect(const FloatRect& absoluteRect,
|
| // Fixed positions do not make sense in this coordinate system, but need to
|
| // leave consistent tickmarks. So, use their position when the view is not
|
| // scrolled, like an absolute position.
|
| - if (layoutObject->style()->position() == FixedPosition &&
|
| + if (layoutObject->style()->position() == EPosition::kFixed &&
|
| container->isLayoutView()) {
|
| normalizedRect.move(
|
| -toLayoutView(container)->frameView()->getScrollOffset());
|
|
|