| Index: Source/core/html/canvas/WebGLRenderingContext.cpp
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContext.cpp b/Source/core/html/canvas/WebGLRenderingContext.cpp
|
| index 4728848f920e3f0e6f5d450c1c0b679b62b81625..cd0cc31bced9bbe5749db2e429114e68e2d1b06f 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContext.cpp
|
| +++ b/Source/core/html/canvas/WebGLRenderingContext.cpp
|
| @@ -27,7 +27,6 @@
|
|
|
| #include "WebGLRenderingContext.h"
|
|
|
| -#include "CachedImage.h"
|
| #include "CheckedInt.h"
|
| #include "DOMWindow.h"
|
| #include "EXTDrawBuffers.h"
|
| @@ -67,6 +66,7 @@
|
| #include "WebGLUniformLocation.h"
|
| #include "core/loader/FrameLoader.h"
|
| #include "core/loader/FrameLoaderClient.h"
|
| +#include "core/loader/cache/CachedImage.h"
|
| #include "core/platform/NotImplemented.h"
|
| #include "core/platform/graphics/Extensions3D.h"
|
| #include "core/platform/graphics/ImageBuffer.h"
|
|
|