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

This commit is contained in:
TreeHugger Robot
2019-07-16 21:27:54 +00:00
committed by Android (Google) Code Review

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);
}