Index: Source/WebCore/platform/graphics/gpu/SharedGraphicsContext3D.cpp |
=================================================================== |
--- Source/WebCore/platform/graphics/gpu/SharedGraphicsContext3D.cpp (revision 138091) |
+++ Source/WebCore/platform/graphics/gpu/SharedGraphicsContext3D.cpp (working copy) |
@@ -70,7 +70,6 @@ |
attributes.stencil = true; |
attributes.antialias = false; |
attributes.shareResources = true; |
- attributes.preferDiscreteGPU = true; |
m_context = GraphicsContext3D::create(attributes, 0); |
return m_context; |
} |