[Webkit-unassigned] [Bug 67883] Move root layer creation semantics to the outside of chromium compositor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 9 23:01:46 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67883





--- Comment #3 from James Robinson <jamesr at chromium.org>  2011-09-09 23:01:47 PST ---
Keep it in an OwnPtr while storing the object in a local and use .release() in your return statement. In the middle of functions like this, the local variable has ownership so it is appropriate to use OwnPtr.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list