commit | 6dd8f460d0fe4567a7cb14ee5a3acc183d5325fb | [log] [tgz] |
---|---|---|
author | xianglu <[email protected]> | Wed Jan 25 04:30:41 2017 |
committer | Commit bot <[email protected]> | Wed Jan 25 04:30:41 2017 |
tree | bb485074374969018f528fd4061df50e7a4f7a1b | |
parent | 12040fdc5ae7503f5802dabb558851ba7c569ad3 [diff] |
Shape Detection: Implement FaceDetection on Mac as out-of-process service This CL implements FaceDetection in //services/shape_detection. The Browser forwards requests from the Renderer process to a Utility process, which detects faces using Mac native CoreImage library and returns detection result. DESIGN_DOC=http://tinyurl.com/shape-detection-in-chromium BUG=659139 TEST=content/browser/shapedetection/shapedetection_browsertest.cc CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2528743002 Cr-Commit-Position: refs/heads/master@{#445942}