bors-servo
bors-servo
:boom: Test timed out
:hourglass: Testing commit f10db81e857666c2c544345c35d0a36a0be5eceb with merge 7185556f5ccb372fecde03a9d4b7f3e5a9ec793b...
:sunny: Test successful - [checks-github](https://github.com/servo/core-foundation-rs/runs/7870231178?check_suite_focus=true) Approved by: jdm Pushing 7185556f5ccb372fecde03a9d4b7f3e5a9ec793b to master...
**Comment by [nox](https://github.com/nox)** _Thursday Oct 13, 2016 at 12:40 GMT_ ---- I removed the dependency on Serde for now because I'm not sure it should live here. This PR demonstrates...
**Comment by [nox](https://github.com/nox)** _Thursday Oct 13, 2016 at 12:44 GMT_ ---- I also removed the evil `private` module because it doesn't seem used by anyone.
**Comment by [bors-servo](https://github.com/bors-servo)** _Saturday Oct 29, 2016 at 18:22 GMT_ ---- :umbrella: The latest upstream changes (presumably #60) made this pull request unmergeable. Please resolve the merge conflicts.
:umbrella: The latest upstream changes (presumably #86) made this pull request unmergeable. Please resolve the merge conflicts.
**Comment by [metajack](https://github.com/metajack)** _Saturday Mar 18, 2017 at 11:59 GMT_ ---- cc @pcwalton
**Comment by [oluseyi](https://github.com/oluseyi)** _Wednesday Apr 26, 2017 at 02:55 GMT_ ---- @paulrouget Did you call `setWantLayer:YES` on the `NSView`? Unlike on iOS, macOS views are not `CALayer`-backed by default.
**Comment by [paulrouget](https://github.com/paulrouget)** _Wednesday Apr 26, 2017 at 05:11 GMT_ ---- > Did you call setWantLayer:YES on the NSView? Unlike on iOS, macOS views are not CALayer-backed by default. Yes.