aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-07 21:35:13 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-07 21:35:13 +0000
commit4b163ed2c22facbe8891616874ae07ba7827d9c9 (patch)
treea6c54760e3ded8456cc4a410beb9da4a5bfeabcf /tests
parent2ddff9388694263c7be9347de7eb768cd0847997 (diff)
Privatization:
move SkFDot.h to private move parts of SkMath.h into SkMathPriv.h Review URL: https://codereview.appspot.com/6461045 git-svn-id: http://skia.googlecode.com/svn/trunk@4997 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests')
-rw-r--r--tests/ColorTest.cpp2
-rw-r--r--tests/MathTest.cpp2
-rw-r--r--tests/ReadPixelsTest.cpp1
-rw-r--r--tests/WritePixelsTest.cpp1
4 files changed, 4 insertions, 2 deletions
diff --git a/tests/ColorTest.cpp b/tests/ColorTest.cpp
index 83e2e3fada..86729d2756 100644
--- a/tests/ColorTest.cpp
+++ b/tests/ColorTest.cpp
@@ -8,7 +8,7 @@
#include "Test.h"
#include "SkColor.h"
#include "SkColorPriv.h"
-#include "SkMath.h"
+#include "SkMathPriv.h"
#include "SkRandom.h"
#include "SkUnPreMultiply.h"
diff --git a/tests/MathTest.cpp b/tests/MathTest.cpp
index b41c47147d..e2e63c5da4 100644
--- a/tests/MathTest.cpp
+++ b/tests/MathTest.cpp
@@ -7,7 +7,7 @@
*/
#include "Test.h"
#include "SkFloatingPoint.h"
-#include "SkMath.h"
+#include "SkMathPriv.h"
#include "SkPoint.h"
#include "SkRandom.h"
#include "SkColorPriv.h"
diff --git a/tests/ReadPixelsTest.cpp b/tests/ReadPixelsTest.cpp
index 730be05177..a0eee04e5a 100644
--- a/tests/ReadPixelsTest.cpp
+++ b/tests/ReadPixelsTest.cpp
@@ -10,6 +10,7 @@
#include "SkCanvas.h"
#include "SkColorPriv.h"
#include "SkDevice.h"
+#include "SkMathPriv.h"
#include "SkRegion.h"
#if SK_SUPPORT_GPU
#include "SkGpuDevice.h"
diff --git a/tests/WritePixelsTest.cpp b/tests/WritePixelsTest.cpp
index 688aa5d227..5911b800bc 100644
--- a/tests/WritePixelsTest.cpp
+++ b/tests/WritePixelsTest.cpp
@@ -10,6 +10,7 @@
#include "SkCanvas.h"
#include "SkColorPriv.h"
#include "SkDevice.h"
+#include "SkMathPriv.h"
#include "SkRegion.h"
#if SK_SUPPORT_GPU
#include "SkGpuDevice.h"