Rename DID_HANDLE_NON_BLOCKING to be not-handled
As mentioned in the removed TODO, the meaning of the "handled" vs "not-handled" is with respect to the compositor. If the compositor consumes an event, it is "handled". If it is forwarded to the main thread, it is "not-handled" (...by the compositor). DID_HANDLE_NON_BLOCKING is used for events that are sent to the main thread but marked as non-blocking (because e.g. the touch handler is marked as passive) so they're ACKed to the browser before being queued on the MainThreadEventQueue. Bug: NONE Change-Id: I31fe64afa15490dfd7b9284f8a961d8e6db17f70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2200623Reviewed-by:Robert Flack <flackr@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#843544}
Showing
Please register or sign in to comment