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

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

Issue 216423011: Move remained platform tests from web/tests/ to platform/ (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/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;
};
« no previous file with comments | « Source/platform/graphics/ImageLayerChromiumTest.cpp ('k') | Source/platform/graphics/filters/FilterOperationsTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698