From 85665d8e34ff16e68bf12186c432886f46f64954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCri=20Valdmann?= Date: Thu, 27 May 2021 07:21:22 +0200 Subject: Add DisplaySkiaOutputDevice for skia-on-gl rendering Change-Id: Ia855e60e74f79a5750e68f2b97ccba1e747a3ef6 Reviewed-by: Allan Sandfeld Jensen (cherry picked from commit b11790982532b04d63c45f1e985cb45f75370e9a) Reviewed-by: Qt Cherry-pick Bot --- src/core/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/CMakeLists.txt') diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index b881a316e..591f1b333 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -83,6 +83,7 @@ foreach(config ${configs}) compositor/content_gpu_client_qt.cpp compositor/content_gpu_client_qt.h compositor/display_overrides.cpp compositor/display_software_output_surface.cpp compositor/display_software_output_surface.h + compositor/display_skia_output_device.cpp compositor/display_skia_output_device.h content_browser_client_qt.cpp content_browser_client_qt.h content_client_qt.cpp content_client_qt.h content_main_delegate_qt.cpp content_main_delegate_qt.h -- cgit v1.2.3