Index: Source/core/platform/graphics/GraphicsContext.h |
diff --git a/Source/core/platform/graphics/GraphicsContext.h b/Source/core/platform/graphics/GraphicsContext.h |
index 28b70886f46a694bcf3b6481ee51e7068ecb4cc4..af58bd486c62c9c50c044d4e82cea318c2cf108e 100644 |
--- a/Source/core/platform/graphics/GraphicsContext.h |
+++ b/Source/core/platform/graphics/GraphicsContext.h |
@@ -31,13 +31,13 @@ |
#include "core/platform/chromium/TraceEvent.h" |
#include "core/platform/graphics/DashArray.h" |
#include "core/platform/graphics/DrawLooper.h" |
-#include "core/platform/graphics/FloatRect.h" |
#include "core/platform/graphics/Font.h" |
#include "core/platform/graphics/GraphicsContextAnnotation.h" |
#include "core/platform/graphics/GraphicsContextState.h" |
#include "core/platform/graphics/ImageBuffer.h" |
#include "core/platform/graphics/ImageOrientation.h" |
#include "core/platform/graphics/skia/OpaqueRegionSkia.h" |
+#include "platform/geometry/FloatRect.h" |
// TODO(robertphillips): replace this include with "class SkBaseDevice;" |
#include "third_party/skia/include/core/SkDevice.h" |
#include "wtf/FastAllocBase.h" |