Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2569)

Unified Diff: Source/platform/graphics/Canvas2DLayerManagerTest.cpp

Issue 203513002: Move WebGraphicsContext3D related tests from web/tests/ to platform/graphics/gpu/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/platform/graphics/Canvas2DLayerManagerTest.cpp
diff --git a/Source/web/tests/Canvas2DLayerManagerTest.cpp b/Source/platform/graphics/Canvas2DLayerManagerTest.cpp
similarity index 99%
rename from Source/web/tests/Canvas2DLayerManagerTest.cpp
rename to Source/platform/graphics/Canvas2DLayerManagerTest.cpp
index ab47ff413af8db74dd1c7064931fff9270062a97..a2f6b0c5da032239c56e93549cbb6af63fe2b43d 100644
--- a/Source/web/tests/Canvas2DLayerManagerTest.cpp
+++ b/Source/platform/graphics/Canvas2DLayerManagerTest.cpp
@@ -28,10 +28,10 @@
#include "SkDevice.h"
#include "SkSurface.h"
+#include "platform/graphics/test/MockWebGraphicsContext3D.h"
#include "public/platform/Platform.h"
#include "public/platform/WebGraphicsContext3DProvider.h"
#include "public/platform/WebThread.h"
-#include "web/tests/MockWebGraphicsContext3D.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
« no previous file with comments | « Source/platform/graphics/Canvas2DLayerBridgeTest.cpp ('k') | Source/platform/graphics/gpu/DrawingBufferTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698