| Index: Source/core/html/HTMLCanvasElement.cpp
|
| diff --git a/Source/core/html/HTMLCanvasElement.cpp b/Source/core/html/HTMLCanvasElement.cpp
|
| index ba778484dbc475662218177693dc7ca690a6df29..ae520f32f8e825c698f310b478cd4769e155f020 100644
|
| --- a/Source/core/html/HTMLCanvasElement.cpp
|
| +++ b/Source/core/html/HTMLCanvasElement.cpp
|
| @@ -50,6 +50,7 @@
|
| #include "platform/graphics/ImageBuffer.h"
|
| #include "platform/graphics/UnacceleratedImageBufferSurface.h"
|
| #include "platform/graphics/gpu/WebGLImageBufferSurface.h"
|
| +#include "platform/transforms/AffineTransform.h"
|
| #include "public/platform/Platform.h"
|
|
|
| namespace WebCore {
|
|
|