summaryrefslogtreecommitdiffstats
path: root/gfx/2d/image_operations.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/2d/image_operations.cpp')
-rw-r--r--gfx/2d/image_operations.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/2d/image_operations.cpp b/gfx/2d/image_operations.cpp
index 79fa879d9..e9492a150 100644
--- a/gfx/2d/image_operations.cpp
+++ b/gfx/2d/image_operations.cpp
@@ -303,7 +303,7 @@ SkBitmap ImageOperations::ResizeSubpixel(const SkBitmap& source,
return result;
#else
return SkBitmap();
-#endif // OS_POSIX && !OS_MACOSX && !defined(OS_ANDROID)
+#endif // OS_POSIX && !OS_MACOSX
}
// static