| Index: Source/platform/graphics/ImageBuffer.h
|
| diff --git a/Source/platform/graphics/ImageBuffer.h b/Source/platform/graphics/ImageBuffer.h
|
| index 53a2fbdea689505a160414b3f86952a197324cf9..1d3b17f51f2316475f196b096b096912ad133cd8 100644
|
| --- a/Source/platform/graphics/ImageBuffer.h
|
| +++ b/Source/platform/graphics/ImageBuffer.h
|
| @@ -124,7 +124,7 @@ public:
|
| Platform3DObject getBackingTexture();
|
| void didModifyBackingTexture();
|
|
|
| - bool copyRenderingResultsFromDrawingBuffer(DrawingBuffer*, bool fromFrontBuffer = false);
|
| + bool copyRenderingResultsFromDrawingBuffer(DrawingBuffer*, SourceDrawingBuffer);
|
|
|
| void flush();
|
|
|
|
|