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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/core/surface_factory_qt.h b/src/core/surface_factory_qt.h
index ad6018946..76b6dc6ed 100644
--- a/src/core/surface_factory_qt.h
+++ b/src/core/surface_factory_qt.h
@@ -44,15 +44,13 @@
#include "ui/ozone/public/surface_factory_ozone.h"
-#include <QtGlobal>
-
namespace QtWebEngineCore {
class SurfaceFactoryQt
: public ui::SurfaceFactoryOzone
{
- virtual bool LoadEGLGLES2Bindings() Q_DECL_OVERRIDE;
- virtual intptr_t GetNativeDisplay() Q_DECL_OVERRIDE;
+ bool LoadEGLGLES2Bindings() override;
+ intptr_t GetNativeDisplay() override;
};
} // namespace QtWebEngineCore