| Index: Source/core/rendering/RenderMenuList.cpp
|
| diff --git a/Source/core/rendering/RenderMenuList.cpp b/Source/core/rendering/RenderMenuList.cpp
|
| index d4dc010a70281fae522ff450721ae1c3eb123151..2cb9d399f27b86d60f82be7d1a411cb1c5c83ca6 100644
|
| --- a/Source/core/rendering/RenderMenuList.cpp
|
| +++ b/Source/core/rendering/RenderMenuList.cpp
|
| @@ -380,7 +380,7 @@ bool RenderMenuList::multiple() const
|
|
|
| IntRect RenderMenuList::elementRectRelativeToViewport() const
|
| {
|
| - return selectElement()->document().view()->contentsToWindow(pixelSnappedIntRect(absoluteBoundingBoxRect()));
|
| + return selectElement()->document().view()->contentsToWindow(absoluteBoundingBoxRect());
|
| }
|
|
|
| Element& RenderMenuList::ownerElement() const
|
|
|