Skip to content

CCLayerTree: Fix GetRoots to work with a unique ptr for render widget #200

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 6, 2019

Conversation

sanketj
Copy link
Contributor

@sanketj sanketj commented Sep 6, 2019

This change (https://chromium.googlesource.com/chromium/src/+/3433ee045916f591c95686289606a102c87d2ae9) turned the RenderWidget pointer on RenderViewImpl into a unique ptr, which broke GetRoots for the CCLayerTree extension. Fixing this by adding a call to dereference the unique ptr.

@sanketj sanketj requested a review from dlibby- September 6, 2019 22:04
@sanketj sanketj merged commit e92f3ca into master Sep 6, 2019
@sanketj sanketj deleted the fix_layer_tree_get_roots branch September 7, 2019 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants