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

Unified Diff: skia/ext/vector_canvas_unittest.cc

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 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
« no previous file with comments | « skia/ext/platform_canvas_unittest.cc ('k') | sky/engine/testing/platform/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/vector_canvas_unittest.cc
diff --git a/skia/ext/vector_canvas_unittest.cc b/skia/ext/vector_canvas_unittest.cc
index d3ad9a0c358db02757597feb83a9ec27ddce2865..d2cbf299e29c6ff93fd3e14cb384e0de024f8601 100644
--- a/skia/ext/vector_canvas_unittest.cc
+++ b/skia/ext/vector_canvas_unittest.cc
@@ -450,8 +450,6 @@ class VectorCanvasTest : public ImageTest {
////////////////////////////////////////////////////////////////////////////////
// Actual tests
-#if !defined(USE_AURA) // http://crbug.com/154358
-
TEST_F(VectorCanvasTest, BasicDrawing) {
EXPECT_EQ(Image(*vcanvas_).PercentageDifferent(Image(*pcanvas_)), 0.)
<< L"clean";
@@ -965,6 +963,4 @@ TEST_F(VectorCanvasTest, DISABLED_Matrix) {
}
}
-#endif // !defined(USE_AURA)
-
} // namespace skia
« no previous file with comments | « skia/ext/platform_canvas_unittest.cc ('k') | sky/engine/testing/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698