summaryrefslogtreecommitdiffstats
path: root/src/core/surface_factory_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/surface_factory_qt.h')
-rw-r--r--src/core/surface_factory_qt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/surface_factory_qt.h b/src/core/surface_factory_qt.h
index bd4eba3c9..ea906e64f 100644
--- a/src/core/surface_factory_qt.h
+++ b/src/core/surface_factory_qt.h
@@ -43,6 +43,8 @@
#include <QtGlobal>
+namespace QtWebEngine {
+
class SurfaceFactoryQt
: public ui::SurfaceFactoryOzone
{
@@ -50,6 +52,8 @@ class SurfaceFactoryQt
virtual intptr_t GetNativeDisplay() Q_DECL_OVERRIDE;
};
+} // namespace QtWebEngineCore
+
#endif // defined(USE_OZONE) || defined(OS_ANDROID)
#endif // SURFACE_FACTORY_QT