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

Unified Diff: services/shape_detection/barcode_detection_impl_mac.mm

Issue 2692123002: Revert of Shape detection unittests mac (QR and Face) in GPU bots (Closed)
Patch Set: Created 3 years, 10 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: services/shape_detection/barcode_detection_impl_mac.mm
diff --git a/services/shape_detection/barcode_detection_impl_mac.mm b/services/shape_detection/barcode_detection_impl_mac.mm
index ec0ac0bb6219482cdf7e8124cc9dfa566a7470cd..0e873d7f14f43ee8e7aa3a383f7e68cde4088143 100644
--- a/services/shape_detection/barcode_detection_impl_mac.mm
+++ b/services/shape_detection/barcode_detection_impl_mac.mm
@@ -42,10 +42,10 @@
}
BarcodeDetectionImplMac::BarcodeDetectionImplMac() {
- NSDictionary* const options = @{CIDetectorAccuracy : CIDetectorAccuracyHigh};
+ NSDictionary* const opts = @{CIDetectorAccuracy : CIDetectorAccuracyHigh};
detector_.reset([[CIDetector detectorOfType:CIDetectorTypeQRCode
context:nil
- options:options] retain]);
+ options:opts] retain]);
}
BarcodeDetectionImplMac::~BarcodeDetectionImplMac() {}
« no previous file with comments | « services/shape_detection/PRESUBMIT.py ('k') | services/shape_detection/barcode_detection_impl_mac_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698