Commit eb601254 authored by Mitsuru Oshima's avatar Mitsuru Oshima Committed by Commit Bot

newline after version comment

Bug: None
Change-Id: I3b3d0070dcfcf9b76aa4fd273570bbbdea7f7953
Reviewed-on: https://chromium-review.googlesource.com/992878Reviewed-by: default avatarDavid Reveman <reveman@chromium.org>
Commit-Queue: Mitsuru Oshima <oshima@chromium.org>
Cr-Commit-Position: refs/heads/master@{#547870}
parent 527d0604
...@@ -468,6 +468,7 @@ ...@@ -468,6 +468,7 @@
</request> </request>
<!-- Version 3 additions --> <!-- Version 3 additions -->
<request name="set_systemui_visibility" since="3"> <request name="set_systemui_visibility" since="3">
<description summary="requests the system ui visibility behavior for the surface"> <description summary="requests the system ui visibility behavior for the surface">
Requests how the surface will change the visibility of the system UI when it is made active. Requests how the surface will change the visibility of the system UI when it is made active.
...@@ -624,6 +625,7 @@ ...@@ -624,6 +625,7 @@
</event> </event>
<!-- Version 10 additions --> <!-- Version 10 additions -->
<enum name="bounds_change_reason"> <enum name="bounds_change_reason">
<description summary="bounds_change_reason"> <description summary="bounds_change_reason">
Specifies the cause of the window bounds change event. Specifies the cause of the window bounds change event.
...@@ -761,6 +763,7 @@ ...@@ -761,6 +763,7 @@
</request> </request>
<!-- Version 11 additions --> <!-- Version 11 additions -->
<request name="set_snapped_to_left" since="11"> <request name="set_snapped_to_left" since="11">
<description summary="set the surface to left snapped"> <description summary="set the surface to left snapped">
Request that surface is snapped to left. Request that surface is snapped to left.
......
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