| Index: Source/platform/graphics/GraphicsLayerTest.cpp
|
| diff --git a/Source/web/tests/GraphicsLayerTest.cpp b/Source/platform/graphics/GraphicsLayerTest.cpp
|
| similarity index 100%
|
| rename from Source/web/tests/GraphicsLayerTest.cpp
|
| rename to Source/platform/graphics/GraphicsLayerTest.cpp
|
| index fff5d6d3b92f83ebfa1f98c552a08ee132180bc2..20fefbd824a125d7e4afa200b280440531bfd1da 100644
|
| --- a/Source/web/tests/GraphicsLayerTest.cpp
|
| +++ b/Source/platform/graphics/GraphicsLayerTest.cpp
|
| @@ -30,9 +30,6 @@
|
| #include "platform/transforms/Matrix3DTransformOperation.h"
|
| #include "platform/transforms/RotateTransformOperation.h"
|
| #include "platform/transforms/TranslateTransformOperation.h"
|
| -#include "wtf/PassOwnPtr.h"
|
| -
|
| -#include <gtest/gtest.h>
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebCompositorSupport.h"
|
| #include "public/platform/WebFloatAnimationCurve.h"
|
| @@ -40,6 +37,9 @@
|
| #include "public/platform/WebLayer.h"
|
| #include "public/platform/WebLayerTreeView.h"
|
| #include "public/platform/WebUnitTestSupport.h"
|
| +#include "wtf/PassOwnPtr.h"
|
| +
|
| +#include <gtest/gtest.h>
|
|
|
| using namespace WebCore;
|
| using namespace blink;
|
|
|