Index: Source/core/html/HTMLCanvasElement.h |
diff --git a/Source/core/html/HTMLCanvasElement.h b/Source/core/html/HTMLCanvasElement.h |
index a9daa99a7e7298f5470622f564895a2581d30e10..e3e9b1444e8566712bd2ebcd2df1f17f1a64d1fe 100644 |
--- a/Source/core/html/HTMLCanvasElement.h |
+++ b/Source/core/html/HTMLCanvasElement.h |
@@ -29,8 +29,8 @@ |
#define HTMLCanvasElement_h |
#include "core/html/HTMLElement.h" |
-#include "core/platform/graphics/FloatRect.h" |
-#include "core/platform/graphics/IntSize.h" |
+#include "platform/geometry/FloatRect.h" |
+#include "platform/geometry/IntSize.h" |
#include "wtf/Forward.h" |
#define DefaultInterpolationQuality InterpolationMedium |