Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Unified Diff: media/base/android/java/src/org/chromium/media/IDialogSurfaceHolder.aidl

Issue 2247383002: Add support for tab migration to DialogSurface Base URL: https://chromium.googlesource.com/chromium/src.git@remaining_surface_manager
Patch Set: cleaned up logs Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/base/android/java/src/org/chromium/media/IDialogSurfaceActivityMapper.aidl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/java/src/org/chromium/media/IDialogSurfaceHolder.aidl
diff --git a/media/base/android/java/src/org/chromium/media/IDialogSurfaceHolder.aidl b/media/base/android/java/src/org/chromium/media/IDialogSurfaceHolder.aidl
index 9f7360400f109843d37d7625a3d969d3acf75e2d..35954c8b8cb7f33676c49ce0ffdb34240d8ea30d 100644
--- a/media/base/android/java/src/org/chromium/media/IDialogSurfaceHolder.aidl
+++ b/media/base/android/java/src/org/chromium/media/IDialogSurfaceHolder.aidl
@@ -22,7 +22,10 @@ interface IDialogSurfaceHolder {
void scheduleLayoutSurface(int x, int y, int width, int height);
/**
- * Callback for the activty mapper with the window token or null.
+ * Callback for the activty mapper with the window token or null. This may
+ * be called back multiple times by the activity mapper as the token is
+ * changed. Switching tabs between activities is an example of why the
+ * token might change.
*/
void onWindowToken(IBinder token);
}
« no previous file with comments | « media/base/android/java/src/org/chromium/media/IDialogSurfaceActivityMapper.aidl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698