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

am: 7c77af6371

Change-Id: I3de6ae14483976dc659fb5aadbedae2f2f8dc00c
This commit is contained in:
Adrian Roos
2019-07-16 15:09:17 -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);
}