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

Unified Diff: components/arc/common/video.mojom

Issue 1953683002: Add stride for imported Dmabuf in ArcVideoAccelerator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address posciak's comments Created 4 years, 7 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 | « chrome/gpu/gpu_arc_video_service.cc ('k') | components/arc/common/video_accelerator.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/common/video.mojom
diff --git a/components/arc/common/video.mojom b/components/arc/common/video.mojom
index de6c098aa72921c1bca813ae185bc8bc3709c48b..a10a05ee957b6be8193f86d2f46ef00a2e30235f 100644
--- a/components/arc/common/video.mojom
+++ b/components/arc/common/video.mojom
@@ -9,7 +9,7 @@ interface VideoHost {
// Replies with |channel_handle| of mojo initial message pipe and |token| for
// creating the client end of VideoAcceleratorService message pipe.
// Replys invalid handle and empty token if any failure.
- [MinVersion=1]
+ [MinVersion=2]
OnRequestArcVideoAcceleratorChannel() => (handle channel_handle,
string token);
};
« no previous file with comments | « chrome/gpu/gpu_arc_video_service.cc ('k') | components/arc/common/video_accelerator.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698