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

Unified Diff: media/gpu/vaapi_jpeg_decode_accelerator.cc

Issue 1973753003: media/gpu: restore some of the reformatting done during migration to media/gpu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: media/gpu/vaapi_jpeg_decode_accelerator.cc
diff --git a/media/gpu/vaapi_jpeg_decode_accelerator.cc b/media/gpu/vaapi_jpeg_decode_accelerator.cc
index d2885732b9ac08140b8485ae8aa207d22c484b80..4382e347db9fc7a368658bd38b922ec6abd4811f 100644
--- a/media/gpu/vaapi_jpeg_decode_accelerator.cc
+++ b/media/gpu/vaapi_jpeg_decode_accelerator.cc
@@ -28,6 +28,8 @@ namespace {
// UMA errors that the VaapiJpegDecodeAccelerator class reports.
enum VAJDADecoderFailure {
VAAPI_ERROR = 0,
+ // UMA requires that max passed to UMA_HISTOGRAM_ENUMERATION must be greater
+ // than 1.
Mark Dittmer 2016/05/12 14:13:51 I still don't understand this comment. We have: V
Pawel Osciak 2016/05/13 06:07:22 Please see below.
VAJDA_DECODER_FAILURES_MAX,
};

Powered by Google App Engine
This is Rietveld 408576698