Chromium Code Reviews
DescriptionMojom structs for copy requests / results should map to unique_ptr
Currently, cc.mojom.CopyOutputRequest and cc.mojom.CopyOutputResult map
to cc::CopyOutputRequest and cc::CopyOutputResult respectively, but
they should map to std::unique_ptr<cc::CopyOutputRequest> and
std::unique_ptr<cc::CopyOutputResult>. This is because
cc::CopyOutputRequest and cc::CopyOutputResult can be only created
exclusively as unique_ptr and we are going to have problem passing
their objects over mojo.
BUG=672071
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel
Review-Url: https://codereview.chromium.org/2670213006
Cr-Commit-Position: refs/heads/master@{#448177}
Committed: https://chromium.googlesource.com/chromium/src/+/e0c6f958254ff01ada02bfc4c9ba99a602c67930
Patch Set 1 #Patch Set 2 : c #
Total comments: 4
Patch Set 3 : c #
Messages
Total messages: 37 (22 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||