| Index: Source/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp
|
| diff --git a/Source/web/tests/OpaqueRectTrackingContentLayerDelegateTest.cpp b/Source/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp
|
| similarity index 99%
|
| rename from Source/web/tests/OpaqueRectTrackingContentLayerDelegateTest.cpp
|
| rename to Source/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp
|
| index f1a8949e9d1c40324c73f522ef56d62116f734d6..40e7ced5cbb7a697370ef11bb2f1e2ec7f224cd9 100644
|
| --- a/Source/web/tests/OpaqueRectTrackingContentLayerDelegateTest.cpp
|
| +++ b/Source/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp
|
| @@ -29,9 +29,9 @@
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/graphics/Color.h"
|
| #include "platform/graphics/GraphicsContext.h"
|
| -#include "skia/ext/platform_canvas.h"
|
| #include "public/platform/WebFloatRect.h"
|
| #include "public/platform/WebRect.h"
|
| +#include "skia/ext/platform_canvas.h"
|
|
|
| #include <gtest/gtest.h>
|
|
|
| @@ -54,7 +54,7 @@ public:
|
| m_callback(context, contentRect);
|
| }
|
|
|
| - private:
|
| +private:
|
| PaintCallback& m_callback;
|
| };
|
|
|
|
|