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

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: added check for gpu process for dialog surface manager. Created 4 years, 6 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..7788b74581876c514cc330288ff60517b5de1972 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
@@ -5,6 +5,7 @@
package org.chromium.content.common;
import org.chromium.content.common.SurfaceWrapper;
+//import org.chromium.media.IDialogSurfaceManager;
watk 2016/06/10 21:46:38 delete
liberato (no reviews please) 2016/06/10 22:50:05 Done.
import android.view.Surface;
interface IChildProcessCallback {
@@ -22,6 +23,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);

Powered by Google App Engine
This is Rietveld 408576698