Index: Source/platform/graphics/GraphicsLayer.h |
diff --git a/Source/platform/graphics/GraphicsLayer.h b/Source/platform/graphics/GraphicsLayer.h |
index 3875a32acacaf87c39d87eb46e38e827cf07192f..cbe1c60becd17d2f9e6d8006e66ddee45c20eb1b 100644 |
--- a/Source/platform/graphics/GraphicsLayer.h |
+++ b/Source/platform/graphics/GraphicsLayer.h |
@@ -182,8 +182,8 @@ public: |
void setPaintingPhase(GraphicsLayerPaintingPhase); |
void setNeedsDisplay(); |
- // mark the given rect (in layer coords) as needing dispay. Never goes deep. |
- void setNeedsDisplayInRect(const FloatRect&, PaintInvalidationReason); |
+ // Mark the given rect (in layer coords) as needing dispay. Never goes deep. |
enne (OOO)
2014/10/13 21:34:57
dispay, eh?
|
+ void setNeedsDisplayInRect(const IntRect&, PaintInvalidationReason); |
void setContentsNeedsDisplay(); |