summaryrefslogtreecommitdiff
path: root/test/src/mbgl/test/util.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/mbgl/test/util.hpp')
-rw-r--r--test/src/mbgl/test/util.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/src/mbgl/test/util.hpp b/test/src/mbgl/test/util.hpp
index ce0069131c..b8ecf175aa 100644
--- a/test/src/mbgl/test/util.hpp
+++ b/test/src/mbgl/test/util.hpp
@@ -52,6 +52,7 @@
namespace mbgl {
class Map;
+class OffscreenView;
namespace test {
@@ -64,7 +65,7 @@ private:
int fd = -1;
};
-PremultipliedImage render(Map&);
+PremultipliedImage render(Map&, OffscreenView&);
void checkImage(const std::string& base,
const PremultipliedImage& actual,