From 5cc3d7a73328d6df9c16d27d6aca5b49ba085351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Tue, 2 Apr 2019 16:34:32 +0200 Subject: [core] move GLContextMode to RendererBackend --- test/text/local_glyph_rasterizer.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/text') diff --git a/test/text/local_glyph_rasterizer.test.cpp b/test/text/local_glyph_rasterizer.test.cpp index 26e4a2eb1d..f21ac0b883 100644 --- a/test/text/local_glyph_rasterizer.test.cpp +++ b/test/text/local_glyph_rasterizer.test.cpp @@ -34,7 +34,7 @@ namespace { class LocalGlyphRasterizerTest { public: LocalGlyphRasterizerTest(const optional fontFamily) - : frontend(1, threadPool, optional(), GLContextMode::Unique, fontFamily) + : frontend(1, threadPool, optional(), gfx::ContextMode::Unique, fontFamily) { } -- cgit v1.2.1