Index: Source/core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp |
diff --git a/Source/core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp b/Source/core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp |
index 077f45108406ccf02fb86c40376e144476b98525..820a18bc43c572a4e1807db4a4b9bb746cd0f624 100644 |
--- a/Source/core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp |
+++ b/Source/core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp |
@@ -27,9 +27,9 @@ |
#include "core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.h" |
#include "core/platform/graphics/GraphicsContext.h" |
-#include "core/platform/graphics/IntRect.h" |
-#include "core/platform/graphics/transforms/AffineTransform.h" |
#include "platform/EventTracer.h" |
+#include "platform/geometry/IntRect.h" |
+#include "platform/transforms/AffineTransform.h" |
#include "public/platform/WebFloatRect.h" |
#include "public/platform/WebRect.h" |