| Index: sky/engine/platform/graphics/ImageBuffer.h
|
| diff --git a/sky/engine/platform/graphics/ImageBuffer.h b/sky/engine/platform/graphics/ImageBuffer.h
|
| index 01fcb465255a44697b4a9e49d4ddb88a835c8c21..53bed470348a3c81ec6ff1bc83a7e484b112b450 100644
|
| --- a/sky/engine/platform/graphics/ImageBuffer.h
|
| +++ b/sky/engine/platform/graphics/ImageBuffer.h
|
| @@ -88,7 +88,7 @@ public:
|
| GraphicsContext* context() const;
|
|
|
| // Called at the end of a task that rendered a whole frame
|
| - void finalizeFrame(const FloatRect &dirtyRect);
|
| + void finalizeFrame();
|
| void didFinalizeFrame();
|
|
|
| bool isDirty();
|
|
|