| Index: content/browser/gpu.sb
|
| diff --git a/content/browser/gpu.sb b/content/browser/gpu.sb
|
| index ffcae8b4fad2f01f2587f6226c6bad0babca8eb5..55bb657236a0c2a19b9f01ab3ec169d2dfd7f1b6 100644
|
| --- a/content/browser/gpu.sb
|
| +++ b/content/browser/gpu.sb
|
| @@ -11,18 +11,17 @@
|
|
|
| (allow file-read-metadata (literal "/"))
|
|
|
| -; Needed for WebGL on OS X 10.7 - crbug.com/75343
|
| -(if (param-true? lion-or-later)
|
| - (allow iokit-open
|
| - (iokit-connection "IOAccelerator")
|
| - (iokit-user-client-class "IOAccelerationUserClient")
|
| - (iokit-user-client-class "IOFramebufferSharedUserClient")
|
| - (iokit-user-client-class "AppleGraphicsControlClient")
|
| - (iokit-user-client-class "AGPMClient")
|
| - (iokit-user-client-class "IOHIDParamUserClient")
|
| - (iokit-user-client-class "RootDomainUserClient")
|
| - (iokit-user-client-class "IOSurfaceRootUserClient")
|
| - (iokit-user-client-class "IOSurfaceSendRight")))
|
| +; Needed for WebGL - crbug.com/75343
|
| +(allow iokit-open
|
| + (iokit-connection "IOAccelerator")
|
| + (iokit-user-client-class "IOAccelerationUserClient")
|
| + (iokit-user-client-class "IOFramebufferSharedUserClient")
|
| + (iokit-user-client-class "AppleGraphicsControlClient")
|
| + (iokit-user-client-class "AGPMClient")
|
| + (iokit-user-client-class "IOHIDParamUserClient")
|
| + (iokit-user-client-class "RootDomainUserClient")
|
| + (iokit-user-client-class "IOSurfaceRootUserClient")
|
| + (iokit-user-client-class "IOSurfaceSendRight"))
|
|
|
| ; https://crbug.com/515280
|
| (if (param-true? elcap-or-later)
|
|
|