summaryrefslogtreecommitdiffstats
path: root/src/core/web_engine_context.cpp
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2017-09-22 17:23:49 +0200
committerMichal Klocek <michal.klocek@qt.io>2018-03-23 08:21:06 +0000
commit5dcdd7c62ffc7fe398ac9d71d2f782df3ebd2e9b (patch)
tree5f8b5023da98f890814b59a8f7f0cccdfbd15abb /src/core/web_engine_context.cpp
parent58658bc5e55155cf0087f58e6d4d35d9af50303c (diff)
Move ozone to new subdirectory
Move ozone related files to core/ozone. Split classes so they can be reused for new ozone platform backends. Change-Id: I98a2aac6807ef2b3eee92eea9ecfd8fce6dd9d16 Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/web_engine_context.cpp')
-rw-r--r--src/core/web_engine_context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/web_engine_context.cpp b/src/core/web_engine_context.cpp
index 7154859df..56410ecd4 100644
--- a/src/core/web_engine_context.cpp
+++ b/src/core/web_engine_context.cpp
@@ -91,7 +91,7 @@
#include "media_capture_devices_dispatcher.h"
#include "net/webui_controller_factory_qt.h"
#include "type_conversion.h"
-#include "surface_factory_qt.h"
+#include "ozone/surface_factory_qt.h"
#include "web_engine_library_info.h"
#include <QFileInfo>