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

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

Issue 2535923003: Use JNI UnguessableToken in ScopedSurfaceRequest (Closed)
Patch Set: Created 4 years, 1 month 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 bf298858130d144ef147c11c16498a9f33f0d0f5..f03ff6fa8217b32aecea5977941344c3a9c918ce 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
@@ -14,7 +14,7 @@ interface IChildProcessCallback {
int pid, in Surface surface, int primaryID, int secondaryID);
void forwardSurfaceForSurfaceRequest(
- long requestTokenHigh, long requestTokenLow, in Surface surface);
+ in UnguessableToken requestToken, in Surface surface);
SurfaceWrapper getViewSurface(int surfaceId);

Powered by Google App Engine
This is Rietveld 408576698