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

Unified Diff: chrome/gpu/gpu_arc_video_service.h

Issue 2505733003: arc: enable use_new_wrapper_types for video_accelerator.mojom (Closed)
Patch Set: final rebase 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
« no previous file with comments | « chrome/gpu/arc_video_accelerator.h ('k') | chrome/gpu/gpu_arc_video_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/gpu/gpu_arc_video_service.h
diff --git a/chrome/gpu/gpu_arc_video_service.h b/chrome/gpu/gpu_arc_video_service.h
index 79f76f2d33d69f5f125cfc7d78ff8be151c5214c..019ca390f5e69ce1bfe78cdefc20690eaa8a595f 100644
--- a/chrome/gpu/gpu_arc_video_service.h
+++ b/chrome/gpu/gpu_arc_video_service.h
@@ -6,6 +6,7 @@
#define CHROME_GPU_GPU_ARC_VIDEO_SERVICE_H_
#include <memory>
+#include <vector>
#include "base/files/scoped_file.h"
#include "base/macros.h"
@@ -62,7 +63,7 @@ class GpuArcVideoService : public ::arc::mojom::VideoAcceleratorService,
void BindDmabuf(::arc::mojom::PortType port,
uint32_t index,
mojo::ScopedHandle dmabuf_handle,
- mojo::Array<::arc::mojom::ArcVideoAcceleratorDmabufPlanePtr>
+ std::vector<::arc::mojom::ArcVideoAcceleratorDmabufPlanePtr>
dmabuf_planes) override;
void UseBuffer(::arc::mojom::PortType port,
uint32_t index,
« no previous file with comments | « chrome/gpu/arc_video_accelerator.h ('k') | chrome/gpu/gpu_arc_video_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698