Merge "GestureNav: make reportSystemGestureExclusionChanged oneway" into qt-dev

am: d4a50e6e72

Change-Id: I6cedb58112f475f46d0b8caafb0824aacc9a3825
This commit is contained in:
Adrian Roos
2019-07-16 15:00:35 -07:00
committed by android-build-merger

View File

@@ -300,5 +300,5 @@ interface IWindowSession {
/**
* Called when the system gesture exclusion has changed.
*/
void reportSystemGestureExclusionChanged(IWindow window, in List<Rect> exclusionRects);
oneway void reportSystemGestureExclusionChanged(IWindow window, in List<Rect> exclusionRects);
}