summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/window/window.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index b7166f0390d8..9302025050ac 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -1283,7 +1283,7 @@ bool Window::ImplCheckUIFont( const Font& rFont )
bool ImplDoTiledRendering()
{
-#if !HAVE_FEATURE_DESKTOP
+#if !HAVE_FEATURE_DESKTOP && !ANDROID
// We do tiled rendering only for iOS at the moment, actually, but
// let's see what happens if we assume it for Android, too.
return true;