Index: Source/platform/graphics/GraphicsLayer.cpp |
diff --git a/Source/platform/graphics/GraphicsLayer.cpp b/Source/platform/graphics/GraphicsLayer.cpp |
index f9457659d44265de14b8075e3a3cecb6ef2b9e6c..db6de83ec447bd53297cda6e5fe71e8c855b379c 100644 |
--- a/Source/platform/graphics/GraphicsLayer.cpp |
+++ b/Source/platform/graphics/GraphicsLayer.cpp |
@@ -898,7 +898,7 @@ void GraphicsLayer::setNeedsDisplay() |
} |
} |
-void GraphicsLayer::setNeedsDisplayInRect(const FloatRect& rect, PaintInvalidationReason invalidationReason) |
+void GraphicsLayer::setNeedsDisplayInRect(const IntRect& rect, PaintInvalidationReason invalidationReason) |
{ |
if (drawsContent()) { |
m_layer->layer()->invalidateRect(rect); |