Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(962)

Unified Diff: Source/platform/graphics/GraphicsLayer.h

Issue 646133002: Don't convert invalidations to a FloatRect. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: invalidationint: . Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/platform/graphics/GraphicsLayer.h
diff --git a/Source/platform/graphics/GraphicsLayer.h b/Source/platform/graphics/GraphicsLayer.h
index 3875a32acacaf87c39d87eb46e38e827cf07192f..06c6510654baf77e6ee89911fd6931dacf86a562 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 display. Never goes deep.
+ void setNeedsDisplayInRect(const IntRect&, PaintInvalidationReason);
void setContentsNeedsDisplay();

Powered by Google App Engine
This is Rietveld 408576698