| Index: Source/core/html/HTMLAreaElement.cpp
|
| diff --git a/Source/core/html/HTMLAreaElement.cpp b/Source/core/html/HTMLAreaElement.cpp
|
| index 46ee04ac10989cd3292d1f71bc27938b01222199..437c28fc17b8a91e7f8e0e13775d141d2b2d41e1 100644
|
| --- a/Source/core/html/HTMLAreaElement.cpp
|
| +++ b/Source/core/html/HTMLAreaElement.cpp
|
| @@ -26,10 +26,10 @@
|
| #include "core/html/HTMLImageElement.h"
|
| #include "core/html/HTMLMapElement.h"
|
| #include "core/platform/graphics/Path.h"
|
| -#include "core/platform/graphics/transforms/AffineTransform.h"
|
| #include "core/rendering/HitTestResult.h"
|
| #include "core/rendering/RenderImage.h"
|
| #include "core/rendering/RenderView.h"
|
| +#include "platform/transforms/AffineTransform.h"
|
|
|
| using namespace std;
|
|
|
|
|