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

Unified Diff: content/public/android/java/src/org/chromium/content/common/IChildProcessCallback.aidl

Issue 1967553002: DO NOT COMMIT - DialogSurface initial implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 4 years, 5 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
Index: content/public/android/java/src/org/chromium/content/common/IChildProcessCallback.aidl
diff --git a/content/public/android/java/src/org/chromium/content/common/IChildProcessCallback.aidl b/content/public/android/java/src/org/chromium/content/common/IChildProcessCallback.aidl
index 36983b0c97379a72b321c56e6b20fe05b51ff294..da4c38687f6fe8eb0546b7563b92901b3611a22b 100644
--- a/content/public/android/java/src/org/chromium/content/common/IChildProcessCallback.aidl
+++ b/content/public/android/java/src/org/chromium/content/common/IChildProcessCallback.aidl
@@ -22,6 +22,9 @@ interface IChildProcessCallback {
SurfaceWrapper getSurfaceTextureSurface(int surfaceTextureId);
+ // Return the DialogSurfaceManager instance.
+ IBinder getDialogSurfaceManager();
+
// Callback to inform native that the download service has accepted or
// rejected the download.
void onDownloadStarted(boolean started, int downloadId);
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/DialogSurfaceActivityMapper.java ('k') | gpu/gpu_ipc_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698