Commit 1bcfee63 authored by Caleb Raitto's avatar Caleb Raitto Committed by Commit Bot

Instrument direct surfaces of InputDeviceCapabilities.

Bug: 973801
Change-Id: I737230362b82edd24616197f540ffe330b72c66d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363814Reviewed-by: default avatarDave Tapuska <dtapuska@chromium.org>
Commit-Queue: Caleb Raitto <caraitto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#800206}
parent f3a6e6c9
...@@ -19,5 +19,5 @@ ...@@ -19,5 +19,5 @@
// Whether this device dispatches touch events for movement. This is used to detect // Whether this device dispatches touch events for movement. This is used to detect
// mouse events which represent only an action that has already been handled by // mouse events which represent only an action that has already been handled by
// touch event handlers. // touch event handlers.
[Measure] readonly attribute boolean firesTouchEvents; [HighEntropy=Direct, Measure] readonly attribute boolean firesTouchEvents;
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment