Replaced PassRefPtr copies with moves.
Part of making PassRefPtr move only, in preparation for the removal of
PassRefPtr.
The PassRefPtr copies in this patch were those that were more difficult
to find (those involved in templates and cross thread) and new ones
added since previous patches.
BUG=
640449
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Committed:
https://crrev.com/0b54afe50728088d9434c02a9f8cca6d7180226d
Cr-Commit-Position: refs/heads/master@{#420173}