summaryrefslogtreecommitdiffstats
path: root/src/core/web_engine_context.cpp
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2018-07-24 10:42:56 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-08-02 20:52:30 +0000
commit0a1aa2c3cdaf78d39784a428883f3d9aeb23017d (patch)
tree494e958900d45cc3f4e259aec2a9dd24b4e840b3 /src/core/web_engine_context.cpp
parent3ee51f8f085da394851857b0d6a42df537ca99da (diff)
Move last surface and context classes to ozone
Moves last two remaining classes to ozone. Now all the context and surface handling is in ozone subdir. Change-Id: I87d4570f866b905e8f79a73d70f04bd8b21f6e1b Reviewed-by: Jüri Valdmann <juri.valdmann@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 33a5a5e0d..23302e8d2 100644
--- a/src/core/web_engine_context.cpp
+++ b/src/core/web_engine_context.cpp
@@ -88,10 +88,10 @@
#include "content_client_qt.h"
#include "content_main_delegate_qt.h"
#include "devtools_manager_delegate_qt.h"
-#include "gl_context_qt.h"
#include "media_capture_devices_dispatcher.h"
#include "net/webui_controller_factory_qt.h"
#include "type_conversion.h"
+#include "ozone/gl_context_qt.h"
#include "ozone/surface_factory_qt.h"
#include "web_engine_library_info.h"