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, 2 insertions, 2 deletions
diff --git a/src/core/surface_factory_qt.h b/src/core/surface_factory_qt.h
index 7d6f0435e..26cbf9a01 100644
--- a/src/core/surface_factory_qt.h
+++ b/src/core/surface_factory_qt.h
@@ -37,7 +37,7 @@
#ifndef SURFACE_FACTORY_QT
#define SURFACE_FACTORY_QT
-#if defined(USE_OZONE) || defined(OS_ANDROID)
+#if defined(USE_OZONE)
#include "ui/ozone/public/surface_factory_ozone.h"
@@ -54,7 +54,7 @@ class SurfaceFactoryQt
} // namespace QtWebEngineCore
-#endif // defined(USE_OZONE) || defined(OS_ANDROID)
+#endif // defined(USE_OZONE)
#endif // SURFACE_FACTORY_QT