| Index: sky/engine/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp
|
| diff --git a/sky/engine/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp b/sky/engine/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp
|
| index 7caefe6c07d0cdc74ed7286268baccfbb092c6df..cda4acba7bc25d2f3975814dedc7f7906e2dda44 100644
|
| --- a/sky/engine/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp
|
| +++ b/sky/engine/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp
|
| @@ -22,16 +22,16 @@
|
| * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| +#include "sky/engine/config.h"
|
|
|
| -#include "platform/graphics/OpaqueRectTrackingContentLayerDelegate.h"
|
| +#include "sky/engine/platform/graphics/OpaqueRectTrackingContentLayerDelegate.h"
|
|
|
| -#include "platform/geometry/IntRect.h"
|
| -#include "platform/graphics/Color.h"
|
| -#include "platform/graphics/GraphicsContext.h"
|
| -#include "public/platform/WebFloatRect.h"
|
| -#include "public/platform/WebRect.h"
|
| #include "skia/ext/platform_canvas.h"
|
| +#include "sky/engine/platform/geometry/IntRect.h"
|
| +#include "sky/engine/platform/graphics/Color.h"
|
| +#include "sky/engine/platform/graphics/GraphicsContext.h"
|
| +#include "sky/engine/public/platform/WebFloatRect.h"
|
| +#include "sky/engine/public/platform/WebRect.h"
|
|
|
| #include <gtest/gtest.h>
|
|
|
|
|