DescriptionUse callback instead of weak pointer in OutputSurfaceWithoutParent.
Using a weak ptr for compositor_impl_ is unnecessary if we are not
checking for null. Using a callback with an unretained ptr is better.
Committed: https://crrev.com/b4b56fbc7d91881982884dee01ae8de7459463fc
Cr-Commit-Position: refs/heads/master@{#333622}
Patch Set 1 #Patch Set 2 : Remove unused var. #Patch Set 3 : #
Total comments: 2
Patch Set 4 : #Messages
Total messages: 13 (6 generated)
|