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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp

Issue 2793993003: Make GeometryMapper fully static (Closed)
Patch Set: Created 3 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: third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp
index 62a633d7fe57c488b24f1c4f69326da0d1190cdd..4d46d57e9d23bb56d97e1819a996ca272ddb89c7 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp
+++ b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp
@@ -73,9 +73,6 @@ class GeometryMapperTest : public ::testing::Test,
}
private:
- void SetUp() override { geometryMapper = GeometryMapper::create(); }
-
- void TearDown() override { geometryMapper.reset(); }
tasak 2017/04/04 07:40:26 I think, we still need this? Because this test use
};
const static float kTestEpsilon = 1e-6;

Powered by Google App Engine
This is Rietveld 408576698