Index: Source/web/WebPopupMenuImpl.cpp |
diff --git a/Source/web/WebPopupMenuImpl.cpp b/Source/web/WebPopupMenuImpl.cpp |
index 75860ddb8e848a705a1940e8a7f0b0f5aeb978ef..77ae97f3a8e073e63ece49b85417c6fe345be468 100644 |
--- a/Source/web/WebPopupMenuImpl.cpp |
+++ b/Source/web/WebPopupMenuImpl.cpp |
@@ -372,7 +372,7 @@ void WebPopupMenuImpl::invalidateContentsAndRootView(const IntRect& paintRect) |
if (m_client) |
m_client->didInvalidateRect(paintRect); |
if (m_rootLayer) |
- m_rootLayer->layer()->invalidateRect(FloatRect(paintRect)); |
+ m_rootLayer->layer()->invalidateRect(paintRect); |
} |
void WebPopupMenuImpl::invalidateContentsForSlowScroll(const IntRect& updateRect) |