summaryrefslogtreecommitdiffstats
path: root/src/core/stream_video_node.cpp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-10-28 11:22:42 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-10-28 11:05:47 +0000
commit717f56999939bb9c1aeb88c959afdafb4ada02cc (patch)
tree67e8f90362bf5d1e438e4c6a5a09220022a5bc6a /src/core/stream_video_node.cpp
parent4641d0d1c903208fd769251f2aa2f829f0eecd38 (diff)
Add namespace to the specialized QSG nodes
Add QtWebEngineCore namespace to classes I missed earlier. Change-Id: Ia40b03c58e0aec858e8fbe9a8fdb532349353046 Reviewed-by: Michael BrĂ¼ning <michael.bruning@theqtcompany.com>
Diffstat (limited to 'src/core/stream_video_node.cpp')
-rw-r--r--src/core/stream_video_node.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/stream_video_node.cpp b/src/core/stream_video_node.cpp
index a5a6041f3..7481d49ed 100644
--- a/src/core/stream_video_node.cpp
+++ b/src/core/stream_video_node.cpp
@@ -38,6 +38,8 @@
#include <QtQuick/qsgtexture.h>
+namespace QtWebEngineCore {
+
class StreamVideoMaterialShader : public QSGMaterialShader
{
public:
@@ -141,3 +143,5 @@ void StreamVideoNode::setTextureMatrix(const QMatrix4x4 &matrix)
{
m_material->m_texMatrix = matrix;
}
+
+} // namespace