| 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 dc10374e7f91d53b3d3e045e093427497fc8237b..bfa1d2f68cffffbd8498ca9ef84d3850d5cbb462 100644
|
| --- a/Source/core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp
|
| +++ b/Source/core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp
|
| @@ -28,8 +28,8 @@
|
|
|
| #include "core/platform/EventTracer.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| -#include "core/platform/graphics/IntRect.h"
|
| -#include "core/platform/graphics/transforms/AffineTransform.h"
|
| +#include "platform/geometry/IntRect.h"
|
| +#include "platform/transforms/AffineTransform.h"
|
| #include "public/platform/WebFloatRect.h"
|
| #include "public/platform/WebRect.h"
|
|
|
|
|