aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ColorFilterTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ColorFilterTest.cpp')
-rw-r--r--tests/ColorFilterTest.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/ColorFilterTest.cpp b/tests/ColorFilterTest.cpp
index dc4a3a0ea5..669ced2111 100644
--- a/tests/ColorFilterTest.cpp
+++ b/tests/ColorFilterTest.cpp
@@ -6,16 +6,18 @@
*/
#include "SkAutoMalloc.h"
+#include "SkBlendMode.h"
#include "SkColor.h"
#include "SkColorFilter.h"
-#include "SkColorPriv.h"
-#include "SkLumaColorFilter.h"
#include "SkRandom.h"
#include "SkReadBuffer.h"
+#include "SkRefCnt.h"
#include "SkWriteBuffer.h"
-#include "SkRandom.h"
+#include "SkTypes.h"
#include "Test.h"
+class SkFlattenable;
+
static sk_sp<SkColorFilter> reincarnate_colorfilter(SkFlattenable* obj) {
SkBinaryWriteBuffer wb;
wb.writeFlattenable(obj);