| Index: Source/platform/graphics/gpu/DrawingBuffer.h
|
| diff --git a/Source/platform/graphics/gpu/DrawingBuffer.h b/Source/platform/graphics/gpu/DrawingBuffer.h
|
| index 5c8b82b0e15bd7d841ba046cd5b30fc646ce3207..9e2926dd24786e291812fb066219fb0ba7f55924 100644
|
| --- a/Source/platform/graphics/gpu/DrawingBuffer.h
|
| +++ b/Source/platform/graphics/gpu/DrawingBuffer.h
|
| @@ -78,7 +78,7 @@ public:
|
|
|
| static PassRefPtr<DrawingBuffer> create(GraphicsContext3D*, const IntSize&, PreserveDrawingBuffer, PassRefPtr<ContextEvictionManager>);
|
|
|
| - ~DrawingBuffer();
|
| + virtual ~DrawingBuffer();
|
|
|
| // Clear all resources from this object, as well as context. Called when context is destroyed
|
| // to prevent invalid accesses to the resources.
|
|
|