summaryrefslogtreecommitdiff
path: root/libs/gui/android/gui/IWindowInfosListener.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'libs/gui/android/gui/IWindowInfosListener.aidl')
-rw-r--r--libs/gui/android/gui/IWindowInfosListener.aidl4
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/gui/android/gui/IWindowInfosListener.aidl b/libs/gui/android/gui/IWindowInfosListener.aidl
index 400229d99f..07cb5ed0e6 100644
--- a/libs/gui/android/gui/IWindowInfosListener.aidl
+++ b/libs/gui/android/gui/IWindowInfosListener.aidl
@@ -16,11 +16,9 @@
package android.gui;
-import android.gui.IWindowInfosReportedListener;
import android.gui.WindowInfosUpdate;
/** @hide */
oneway interface IWindowInfosListener {
- void onWindowInfosChanged(
- in WindowInfosUpdate update, in @nullable IWindowInfosReportedListener windowInfosReportedListener);
+ void onWindowInfosChanged(in WindowInfosUpdate update);
}