Index: Source/platform/graphics/Canvas2DLayerBridgeTest.cpp |
diff --git a/Source/web/tests/Canvas2DLayerBridgeTest.cpp b/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp |
similarity index 98% |
rename from Source/web/tests/Canvas2DLayerBridgeTest.cpp |
rename to Source/platform/graphics/Canvas2DLayerBridgeTest.cpp |
index 382b97e1de4e9076febcd9cd12d9a1fe188447fd..29d4aa17b63f6082e03ce13719d6656a7d751e7b 100644 |
--- a/Source/web/tests/Canvas2DLayerBridgeTest.cpp |
+++ b/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp |
@@ -29,12 +29,12 @@ |
#include "SkDeferredCanvas.h" |
#include "SkSurface.h" |
#include "platform/graphics/ImageBuffer.h" |
+#include "platform/graphics/test/MockWebGraphicsContext3D.h" |
#include "public/platform/Platform.h" |
#include "public/platform/WebExternalBitmap.h" |
#include "public/platform/WebGraphicsContext3DProvider.h" |
#include "public/platform/WebThread.h" |
#include "third_party/skia/include/core/SkDevice.h" |
-#include "web/tests/MockWebGraphicsContext3D.h" |
#include "wtf/RefPtr.h" |
#include <gmock/gmock.h> |