| Index: Source/core/html/canvas/CanvasRenderingContext.cpp
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext.cpp b/Source/core/html/canvas/CanvasRenderingContext.cpp
|
| index 1b78ead47c074cc92ff1554b7d36faff224b832d..79bf72298c4444ec7ac3e0e5ba1ddaacca296e44 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext.cpp
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext.cpp
|
| @@ -26,12 +26,12 @@
|
| #include "config.h"
|
| #include "CanvasRenderingContext.h"
|
|
|
| -#include "CachedImage.h"
|
| #include "CanvasPattern.h"
|
| #include "HTMLCanvasElement.h"
|
| #include "HTMLImageElement.h"
|
| #include "HTMLVideoElement.h"
|
| #include "SecurityOrigin.h"
|
| +#include "core/loader/cache/CachedImage.h"
|
| #include "core/platform/KURL.h"
|
|
|
| namespace WebCore {
|
|
|