Descriptioncc: Change tile manager to have a raw ptr for the task runner.
This patch changes |task_runner_| member in tile manager to be a raw
pointer instead of a scoped_refptr. All the codepaths seem to guarantee
that the task runner outlives tile manager, so there is no need to
create a scoped_refptr a raw pointer at tile manager creation time.
R=ericrk, reveman
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/a23ee26fe80a2df53f6e4760a2abbf694a6b4f7f
Cr-Commit-Position: refs/heads/master@{#397241}
Patch Set 1 #
Messages
Total messages: 10 (5 generated)
|