Skip to content

Commit

Permalink
Clarify semantics of MSG_SET_IMAGE_OUTPUT
Browse files Browse the repository at this point in the history
The value can be null, which isn't mentioned in the docs yet

PiperOrigin-RevId: 642622583
  • Loading branch information
tonihei authored and Copybara-Service committed Jun 12, 2024
1 parent ebe74da commit 54f58ca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ interface WakeupListener {

/**
* The type of message that can be passed to an image renderer to set a desired image output. The
* message payload should be an {@link ImageOutput}.
* message payload should be an {@link ImageOutput}, or null to clear a previously set image
* output.
*/
int MSG_SET_IMAGE_OUTPUT = 15;

Expand Down

0 comments on commit 54f58ca

Please sign in to comment.