diff options
Diffstat (limited to 'Source/WebCore/platform/graphics/Tile.h')
| -rw-r--r-- | Source/WebCore/platform/graphics/Tile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/Tile.h b/Source/WebCore/platform/graphics/Tile.h index c623ec9..02076d2 100644 --- a/Source/WebCore/platform/graphics/Tile.h +++ b/Source/WebCore/platform/graphics/Tile.h @@ -49,7 +49,7 @@ public: bool isDirty() const; void invalidate(const IntRect&); - void updateBackBuffer(); + Vector<IntRect> updateBackBuffer(); void swapBackBufferToFront(); bool isReadyToPaint() const; void paint(GraphicsContext*, const IntRect&); |
