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

am: d4a50e6e72

Change-Id: I9f837989727c263517aa0d2f3dfd47a830f6170c
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);
}