Commit c9a0131e authored by Liviu Tinta's avatar Liviu Tinta Committed by Commit Bot

Enable AzimuthAltitude flag for all Blink configurations

Intent to Ship link:
https://groups.google.com/a/chromium.org/forum/?utm_medium=email&utm_source=footer#!msg/blink-dev/ZRI-7X_4GwM/Sp1ZMIw5AgAJ

Bug: 1069500
Change-Id: I01630006c2eebb1fdb0b09a08af59cf230ed33f2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343385Reviewed-by: default avatarMustaq Ahmed <mustaq@chromium.org>
Reviewed-by: default avatarChris Harrelson <chrishtr@chromium.org>
Commit-Queue: Liviu Tinta <liviutinta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#796952}
parent 49470787
...@@ -218,7 +218,7 @@ ...@@ -218,7 +218,7 @@
}, },
{ {
name: "AzimuthAltitude", name: "AzimuthAltitude",
status: "experimental", status: "stable",
}, },
{ {
name: "BackForwardCache", name: "BackForwardCache",
......
...@@ -5147,6 +5147,8 @@ interface PluginArray ...@@ -5147,6 +5147,8 @@ interface PluginArray
method refresh method refresh
interface PointerEvent : MouseEvent interface PointerEvent : MouseEvent
attribute @@toStringTag attribute @@toStringTag
getter altitudeAngle
getter azimuthAngle
getter height getter height
getter isPrimary getter isPrimary
getter pointerId getter pointerId
......
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