Index: Source/core/html/canvas/WebGLContextAttributes.cpp |
diff --git a/Source/core/html/canvas/WebGLContextAttributes.cpp b/Source/core/html/canvas/WebGLContextAttributes.cpp |
index 4d63bb600892c1c7bf0b36b392a34213f1819c40..385720617fd7c74d1b036112ffc5bf97dcd8eb4d 100644 |
--- a/Source/core/html/canvas/WebGLContextAttributes.cpp |
+++ b/Source/core/html/canvas/WebGLContextAttributes.cpp |
@@ -159,7 +159,7 @@ blink::WebGraphicsContext3D::Attributes WebGLContextAttributes::attributes( |
attrs.failIfMajorPerformanceCaveat = m_failIfMajorPerformanceCaveat; |
attrs.noExtensions = true; |
- attrs.shareResources = true; |
+ attrs.shareResources = false; |
attrs.preferDiscreteGPU = true; |
attrs.topDocumentURL = topDocumentURL; |