DescriptionRemove ScopedComPtr::ReceiveVoid and Add ScopedComPtrRef
Since there is no equivalent of ScopedComPtr::ReceiveVoid in ComPtr,
we have to mimic ComPtrRef and add ScopedComPtrRef to get the same
convenient void** access. This does introduce some complications for
uses of ScopedComPtr<T>* in templates and in concrete types, but there
aren't very many of those.
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:win_optional_gpu_tests_rel
TBR=dalecurtis@chromium.org, thakis@chromium.org, wez@chromium.org
Review-Url: https://codereview.chromium.org/2850683002
Cr-Commit-Position: refs/heads/master@{#468163}
Committed: https://chromium.googlesource.com/chromium/src/+/6fc41c68172a8f2644faef0a8deb6d8a7eb1aafb
Patch Set 1 #
Total comments: 1
Patch Set 2 : Add Explicit #
Messages
Total messages: 29 (18 generated)
|