Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: Source/core/html/canvas/WebGLContextAttributes.cpp

Issue 179973004: Share Group plumbing in Blink; Remove WebGL from default share group (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed Ken's feedback Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698