Index: content/browser/gpu/compositor_util.cc |
diff --git a/content/browser/gpu/compositor_util.cc b/content/browser/gpu/compositor_util.cc |
index c2912a36e9f7a731f5ed6b0a63aa74235f63a6ce..b54b99756634f2ba0de7dd92bb2fdca4b6fc3164 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) |
+#if defined(OS_MACOSX) || defined(OS_WIN) |
return false; |
#else |
return IsThreadedCompositingEnabled(); |