assistant: fix stylus query
Assistant stylus query does not pass in `AssistantStructure`, this causes the mojom message to fail validation and break the mojom pipe. BUG=b:183818408 TEST=manually on device Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Change-Id: I3b454a557346c3b3f3f9616fe83aac493af2c98d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2915761 Reviewed-by: Meilin Wang <meilinw@chromium.org> Reviewed-by: Sam McNally <sammc@chromium.org> Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#886324}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
1141e10e43
commit
f17eb0fe63
@ -26,7 +26,7 @@ interface ConversationController {
|
||||
// Starts a screen context interaction.
|
||||
// |screenshot| contains JPEG data.
|
||||
StartScreenContextInteraction(
|
||||
ax.mojom.AssistantStructure assistant_structure,
|
||||
ax.mojom.AssistantStructure? assistant_structure,
|
||||
array<uint8> screenshot);
|
||||
|
||||
// Stops the ongoing interaction with a delay to give buffer time to
|
||||
|
Reference in New Issue
Block a user