| 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 f5ec70fd805bb2faa54d4f1880dbdb821f6448ef..51c99eabbffe827c37f83ee117255dca93a73a43 100644
|
| --- a/Source/core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp
|
| +++ b/Source/core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp
|
| @@ -26,10 +26,10 @@
|
|
|
| #include "core/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.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/skia/PlatformContextSkia.h"
|
| #include "core/platform/graphics/transforms/AffineTransform.h"
|
| #include <public/WebFloatRect.h>
|
| #include <public/WebRect.h>
|
|
|