Index: content/browser/gpu/compositor_util.cc |
diff --git a/content/browser/gpu/compositor_util.cc b/content/browser/gpu/compositor_util.cc |
index 844f63deb97763dffa2dbd229ceeed84df96a9a3..9e523cddfc920ce1fb4c9e310ee735c419436de7 100644 |
--- a/content/browser/gpu/compositor_util.cc |
+++ b/content/browser/gpu/compositor_util.cc |
@@ -204,7 +204,7 @@ bool IsImplSidePaintingEnabled() { |
switches::kEnableBleedingEdgeRenderingFastPaths)) |
return true; |
-#if defined(OS_MACOSX) || defined(OS_WIN) |
+#if defined(OS_MACOSX) |
return false; |
#else |
return true; |