summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/events/pointer_event.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/events/pointer_event.idl')
-rw-r--r--chromium/third_party/blink/renderer/core/events/pointer_event.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/events/pointer_event.idl b/chromium/third_party/blink/renderer/core/events/pointer_event.idl
index 39e7ad8ff72..60bc5ec7b2c 100644
--- a/chromium/third_party/blink/renderer/core/events/pointer_event.idl
+++ b/chromium/third_party/blink/renderer/core/events/pointer_event.idl
@@ -14,8 +14,8 @@
[MeasureAs=PointerEventAttributeCount] readonly attribute float pressure;
[MeasureAs=PointerEventAttributeCount] readonly attribute long tiltX;
[MeasureAs=PointerEventAttributeCount] readonly attribute long tiltY;
- [RuntimeEnabled=AzimuthAltitude, Measure] readonly attribute double azimuthAngle;
- [RuntimeEnabled=AzimuthAltitude, Measure] readonly attribute double altitudeAngle;
+ [MeasureAs=PointerEventAttributeCount] readonly attribute double azimuthAngle;
+ [MeasureAs=PointerEventAttributeCount] readonly attribute double altitudeAngle;
[MeasureAs=PointerEventAttributeCount] readonly attribute float tangentialPressure;
[MeasureAs=PointerEventAttributeCount] readonly attribute long twist;
[MeasureAs=PointerEventAttributeCount] readonly attribute DOMString pointerType;