Remove ScopedComPtr::QueryFrom()

This is better expressed as calling QueryInterface() or CopyTo()
directly on the incoming object.

This is a mechanical refactor moving the QueryFrom() argument out and
calling QueryInterface() or CopyTo() with the ScopedComPtr as the
argument.

BUG=638327
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win10_chromium_x64_rel_ng;master.tryserver.chromium.win:win_optional_gpu_tests_rel
TBR=dalecurtis@chromium.org, thakis@chromium.org
Mechanical refactor.

Review-Url: https://codereview.chromium.org/2885063003
Cr-Commit-Position: refs/heads/master@{#472522}
15 files changed