aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/QuickRejectTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/QuickRejectTest.cpp')
-rw-r--r--tests/QuickRejectTest.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/QuickRejectTest.cpp b/tests/QuickRejectTest.cpp
index cf886d3d34..b705253e34 100644
--- a/tests/QuickRejectTest.cpp
+++ b/tests/QuickRejectTest.cpp
@@ -7,6 +7,7 @@
#include "SkArenaAlloc.h"
#include "SkCanvas.h"
+#include "SkColorSpaceXformer.h"
#include "SkDrawLooper.h"
#include "SkLightingImageFilter.h"
#include "SkTypes.h"
@@ -22,6 +23,10 @@ public:
return alloc->make<TestDrawLooperContext>();
}
+ sk_sp<SkDrawLooper> onMakeColorSpace(SkColorSpaceXformer*) const override {
+ return nullptr;
+ }
+
#ifndef SK_IGNORE_TO_STRING
void toString(SkString* str) const override {
str->append("TestLooper:");
@@ -44,6 +49,7 @@ private:
}
return false;
}
+
private:
bool fOnce;
};