summaryrefslogtreecommitdiffstats
path: root/src/core/delegated_frame_node.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/delegated_frame_node.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/delegated_frame_node.cpp')
-rw-r--r--src/core/delegated_frame_node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/delegated_frame_node.cpp b/src/core/delegated_frame_node.cpp
index 5257602cf..736ff1ab7 100644
--- a/src/core/delegated_frame_node.cpp
+++ b/src/core/delegated_frame_node.cpp
@@ -49,7 +49,7 @@
#include "delegated_frame_node.h"
#include "chromium_gpu_helper.h"
-#include "gl_surface_qt.h"
+#include "ozone/gl_surface_qt.h"
#include "stream_video_node.h"
#include "type_conversion.h"
#include "yuv_video_node.h"