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

Unified Diff: chrome/gpu/gpu_arc_video_service.h

Issue 2036723002: Limit the number of ARC codec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed owenlin and posciak's comments 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: 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 0762f4eb6dbf2a182b2aa7c4f9a66608d2243974..b6086928d7f199042ee4a91d3e3410e8afdeffa2 100644
--- a/chrome/gpu/gpu_arc_video_service.h
+++ b/chrome/gpu/gpu_arc_video_service.h
@@ -33,7 +33,7 @@ class GpuArcVideoService : public ::arc::mojom::VideoAcceleratorService,
private:
// ArcVideoAccelerator::Client implementation.
- void OnError(ArcVideoAccelerator::Error error) override;
+ void OnError(ArcVideoAccelerator::Result error) override;
void OnBufferDone(PortType port,
uint32_t index,
const BufferMetadata& metadata) override;

Powered by Google App Engine
This is Rietveld 408576698