summaryrefslogtreecommitdiff
path: root/test/map
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-02-16 13:48:33 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-04-15 09:56:18 -0700
commit6e78eabfff75579286ab23cbde8a36fba061ca1d (patch)
tree2437392712213f97c0326cce8691a6944fb72734 /test/map
parent253a007d99c2079b95d5c6d11715e16815067e16 (diff)
downloadqtlocation-mapboxgl-6e78eabfff75579286ab23cbde8a36fba061ca1d.tar.gz
[core] Clean up ThreadContext vestiges
Diffstat (limited to 'test/map')
-rw-r--r--test/map/map_context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/map/map_context.cpp b/test/map/map_context.cpp
index 47777d262e..be7e2abb8a 100644
--- a/test/map/map_context.cpp
+++ b/test/map/map_context.cpp
@@ -17,7 +17,7 @@ TEST(MapContext, DoubleStyleLoad) {
HeadlessView view(display, 1, 512, 512);
StubFileSource fileSource;
- util::Thread<MapContext> context({"Map", util::ThreadType::Map, util::ThreadPriority::Regular},
+ util::Thread<MapContext> context({"Map"},
view, fileSource, MapMode::Continuous, GLContextMode::Unique, view.getPixelRatio());
context.invokeSync(&MapContext::setStyleJSON, "", "");