| 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 a248c379777a656e1d0a7f269896405938ef7e42..f5ec70fd805bb2faa54d4f1880dbdb821f6448ef 100644
|
| --- a/Source/core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp
|
| +++ b/Source/core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp
|
| @@ -24,13 +24,13 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "OpaqueRectTrackingContentLayerDelegate.h"
|
| +#include "core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.h"
|
|
|
| -#include "AffineTransform.h"
|
| #include "PlatformContextSkia.h"
|
| #include "core/platform/graphics/FloatRect.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/IntRect.h"
|
| +#include "core/platform/graphics/transforms/AffineTransform.h"
|
| #include <public/WebFloatRect.h>
|
| #include <public/WebRect.h>
|
|
|
|
|