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

Unified Diff: content/renderer/renderer.sb

Issue 85523009: Mac: Fix zero-copy support in OS X 10.7. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/renderer.sb
diff --git a/content/renderer/renderer.sb b/content/renderer/renderer.sb
index d68213532c2d5341b0fa87017cd915e6fd04d3da..d180ec36f6fb264e7b3839d9410f00c627923abd 100644
--- a/content/renderer/renderer.sb
+++ b/content/renderer/renderer.sb
@@ -29,3 +29,7 @@
(literal "/")
(literal "/var")
)
+
+; Needed for IOSurfaces on OS X 10.7 - crbug.com/323338
+;10.7_OR_ABOVE (allow iokit-open
+;10.7_OR_ABOVE (iokit-user-client-class "IOSurfaceRootUserClient"))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698