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

Unified Diff: experimental/Intersection/DataTypes_Test.h

Issue 867213004: remove prototype pathops code (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | « experimental/Intersection/DataTypes.cpp ('k') | experimental/Intersection/EdgeDemo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/Intersection/DataTypes_Test.h
diff --git a/experimental/Intersection/DataTypes_Test.h b/experimental/Intersection/DataTypes_Test.h
deleted file mode 100644
index a8f14fa112609947c5787c40c7bd9dfa94db148e..0000000000000000000000000000000000000000
--- a/experimental/Intersection/DataTypes_Test.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef __DataTypes_Test_h__
-#define __DataTypes_Test_h__
-
-const double PointEpsilon = 0.000001;
-const double SquaredEpsilon = PointEpsilon * PointEpsilon;
-
-#endif
« no previous file with comments | « experimental/Intersection/DataTypes.cpp ('k') | experimental/Intersection/EdgeDemo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698