| Index: Source/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp
|
| diff --git a/Source/core/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp b/Source/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp
|
| similarity index 95%
|
| rename from Source/core/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp
|
| rename to Source/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp
|
| index 3fed148775f16ab4dbd4bfab511327dde6e245eb..174970257a12b89127d2277dc5813bf53b8860ad 100644
|
| --- a/Source/core/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp
|
| +++ b/Source/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp
|
| @@ -24,11 +24,11 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "core/platform/graphics/OpaqueRectTrackingContentLayerDelegate.h"
|
| +#include "platform/graphics/OpaqueRectTrackingContentLayerDelegate.h"
|
|
|
| -#include "core/platform/graphics/GraphicsContext.h"
|
| #include "platform/EventTracer.h"
|
| #include "platform/geometry/IntRect.h"
|
| +#include "platform/graphics/GraphicsContext.h"
|
| #include "platform/transforms/AffineTransform.h"
|
| #include "public/platform/WebFloatRect.h"
|
| #include "public/platform/WebRect.h"
|
|
|