| Index: Source/core/html/canvas/WebGLRenderingContextBase.cpp
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContextBase.cpp b/Source/core/html/canvas/WebGLRenderingContextBase.cpp
|
| index 1159ad7039c4fcbee798f6101f5642deeb742ca0..d9e2acb24968c4a8ed0bfdc43807d87b31811b79 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContextBase.cpp
|
| +++ b/Source/core/html/canvas/WebGLRenderingContextBase.cpp
|
| @@ -77,6 +77,7 @@
|
| #include "platform/CheckedInt.h"
|
| #include "platform/NotImplemented.h"
|
| #include "platform/geometry/IntSize.h"
|
| +#include "platform/graphics/GraphicsContext.h"
|
| #include "platform/graphics/UnacceleratedImageBufferSurface.h"
|
| #include "platform/graphics/gpu/DrawingBuffer.h"
|
| #include "public/platform/Platform.h"
|
|
|