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

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

Issue 2799683007: android: Mark two binder calls oneway (Closed)
Patch Set: fix test Created 3 years, 8 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/IGpuProcessCallback.aidl
diff --git a/content/public/android/java/src/org/chromium/content/common/IGpuProcessCallback.aidl b/content/public/android/java/src/org/chromium/content/common/IGpuProcessCallback.aidl
index 5b2de4c080e61101fa770d33139c05435142d7bf..03e906d0e3a16607753b3bfafd19bcd62f592eab 100644
--- a/content/public/android/java/src/org/chromium/content/common/IGpuProcessCallback.aidl
+++ b/content/public/android/java/src/org/chromium/content/common/IGpuProcessCallback.aidl
@@ -9,7 +9,7 @@ import android.view.Surface;
interface IGpuProcessCallback {
- void forwardSurfaceForSurfaceRequest(
+ oneway void forwardSurfaceForSurfaceRequest(
in UnguessableToken requestToken, in Surface surface);
SurfaceWrapper getViewSurface(int surfaceId);

Powered by Google App Engine
This is Rietveld 408576698